aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeji <alvaro.megias@outlook.com>2023-07-06 20:05:31 +0200
committerMeji <alvaro.megias@outlook.com>2023-07-06 20:05:31 +0200
commit02da2ae270ceeb358de4fee820484f79ccc4acaf (patch)
treea63f51939c2e9265b18e93cc14152a707c86431a
parent768bf46043f81a2a8fce7f28e944c1e1a47ce0ca (diff)
DB/WorldStates: Added missing worldstates related to currencies
-rw-r--r--sql/updates/world/master/2023_07_06_00_world.sql9
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');