From e9eb6216a9afb7b4aa416f94cb4d41b8fa6de09a Mon Sep 17 00:00:00 2001 From: Meji Date: Thu, 25 Apr 2024 18:07:56 +0200 Subject: DB/WorldStates: Added new worldstates related to currencies (cherry picked from commit 1fc5f9c6240d5f02e7d6a44f545c25e21023559a) --- sql/updates/world/master/2024_04_25_00_world.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sql/updates/world/master/2024_04_25_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2024_04_25_00_world.sql b/sql/updates/world/master/2024_04_25_00_world.sql new file mode 100644 index 00000000000..baafa8a79b8 --- /dev/null +++ b/sql/updates/world/master/2024_04_25_00_world.sql @@ -0,0 +1,11 @@ +UPDATE `world_state` SET `DefaultValue`=192, `Comment`='Trophy of Strife - Dragonflight Season 3 (Currency) - Max quantity' WHERE `ID`=25259; +UPDATE `world_state` SET `DefaultValue`=0 WHERE `ID` IN (24880, 24882); + +DELETE FROM `world_state` WHERE `ID` IN (25395,25413,25456,25457,25468,26001); +INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES +(25395, 2, NULL, NULL, '', '10.2.6 Professions - Personal Tracker - S4 Spark Drops (Hidden) (Currency) - Max quantity'), +(25413, 8, NULL, NULL, '', 'Trophy of Strife - Dragonflight Season 4 (Currency) - Max quantity'), +(25456, 120, NULL, NULL, '', 'Drake/Whelpling Awakened Crest (Currency) - Max quantity'), +(25457, 120, NULL, NULL, '', 'Aspect/Wyrm Awakened Crest (Currency) - Max quantity'), +(25468, 135000, NULL, NULL, '', 'Conquest - Dragonflight Season 4 (Currency) - Max quantity'), +(26001, 1, NULL, NULL, '', '10.2.6 Rewards - Personal Tracker - S4 Dinar Drops (Hidden) (Currency) - Max quantity'); -- cgit v1.2.3