diff options
-rw-r--r-- | sql/updates/world/master/2023_07_06_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
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'); |