aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2024-04-25 18:07:56 +0200
committerOvahlord <dreadkiller@gmx.de>2024-05-28 16:44:47 +0200
commite9eb6216a9afb7b4aa416f94cb4d41b8fa6de09a (patch)
tree7b89666ec28893e9dd40686a84beff6ed5d84ffc /sql
parent0d65725551c9f2beb6329d0d205c3686fb8695ee (diff)
DB/WorldStates: Added new worldstates related to currencies
(cherry picked from commit 1fc5f9c6240d5f02e7d6a44f545c25e21023559a)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_04_25_00_world.sql11
1 files changed, 11 insertions, 0 deletions
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');