From 02da2ae270ceeb358de4fee820484f79ccc4acaf Mon Sep 17 00:00:00 2001 From: Meji Date: Thu, 6 Jul 2023 20:05:31 +0200 Subject: DB/WorldStates: Added missing worldstates related to currencies --- sql/updates/world/master/2023_07_06_00_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2023_07_06_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_07_06_00_world.sql b/sql/updates/world/master/2023_07_06_00_world.sql new file mode 100644 index 00000000000..d1cace73180 --- /dev/null +++ b/sql/updates/world/master/2023_07_06_00_world.sql @@ -0,0 +1,9 @@ +UPDATE `world_state` SET `DefaultValue`=0, `Comment`='Valor - Dragonflight (Currency) - Max quantity' WHERE `ID`=22980; +UPDATE `world_state` SET `DefaultValue`=0, `Comment`='Conquest - Dragonflight Season 1 (Currency) - Max quantity' WHERE `ID`=22869; + +DELETE FROM `world_state` WHERE `ID` IN (20659,23730,23970,23747); +INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES +(20659, 0, -1, NULL, '', 'Valor - Shadowlands (Currency) - Max quantity'), +(23730, 1200, -1, NULL, '', 'Aspect/Wyrm Crest Fragment Tracker (Currency) - Max quantity'), +(23970, 1350, -1, NULL, '', 'Drake/Whelpling Crest Fragment Tracker (Currency) - Max quantity'), +(23747, 520000, -1, NULL, '', 'Conquest - Dragonflight Season 2 (Currency) - Max quantity'); -- cgit v1.2.3