mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Update 1.0.6_Updates.sql
comments need spaces otherwise MySQL workbench bitches
This commit is contained in:
@@ -529,7 +529,7 @@ UPDATE object_data SET Inventory = REPLACE(Inventory, '"Winchester1866"', '"Winc
|
|||||||
-- UPDATE player_data t1, banking_data t2
|
-- UPDATE player_data t1, banking_data t2
|
||||||
-- SET t1.`PlayerCoins` = t2.bankMoney,
|
-- SET t1.`PlayerCoins` = t2.bankMoney,
|
||||||
-- t1.`BankCoins` = t2.BankSaldo
|
-- 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;
|
-- 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);
|
-- SET ws = REPLACE(ws, CONCAT('"', pos, '"'), pos);
|
||||||
--
|
--
|
||||||
-- RETURN ws;
|
-- RETURN ws;
|
||||||
--END;;
|
-- END;;
|
||||||
--DELIMITER ;
|
-- DELIMITER ;
|
||||||
--
|
--
|
||||||
--UPDATE object_data SET Worldspace = RemoveQuotes(Worldspace);
|
-- UPDATE object_data SET Worldspace = RemoveQuotes(Worldspace);
|
||||||
--DROP FUNCTION `RemoveQuotes`;
|
-- DROP FUNCTION `RemoveQuotes`;
|
||||||
|
|||||||
Reference in New Issue
Block a user