From a5ffceeb17c22a1a52d2460da05c0a4152aac0ed Mon Sep 17 00:00:00 2001 From: icomrade Date: Wed, 14 Sep 2016 12:47:23 -0400 Subject: [PATCH] Update 1.0.6_Updates.sql comments need spaces otherwise MySQL workbench bitches --- Server Files/SQL/1.0.6_Updates.sql | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Server Files/SQL/1.0.6_Updates.sql b/Server Files/SQL/1.0.6_Updates.sql index bcccc406d..e54076ffa 100644 --- a/Server Files/SQL/1.0.6_Updates.sql +++ b/Server Files/SQL/1.0.6_Updates.sql @@ -529,7 +529,7 @@ UPDATE object_data SET Inventory = REPLACE(Inventory, '"Winchester1866"', '"Winc -- UPDATE player_data t1, banking_data t2 -- SET t1.`PlayerCoins` = t2.bankMoney, -- t1.`BankCoins` = t2.BankSaldo --- WHERE t1.PlayerUID = t2.PlayerUID -- +-- WHERE t1.PlayerUID = t2.PlayerUID -- ---------------------------- -- Run to replace legacy bloodbag with universal type if using dayz_classicBloodBagSystem = false; @@ -562,8 +562,8 @@ UPDATE object_data SET Inventory = REPLACE(Inventory, '"Winchester1866"', '"Winc -- SET ws = REPLACE(ws, CONCAT('"', pos, '"'), pos); -- -- RETURN ws; ---END;; ---DELIMITER ; +-- END;; +-- DELIMITER ; -- ---UPDATE object_data SET Worldspace = RemoveQuotes(Worldspace); ---DROP FUNCTION `RemoveQuotes`; +-- UPDATE object_data SET Worldspace = RemoveQuotes(Worldspace); +-- DROP FUNCTION `RemoveQuotes`;