diff options
| author | Meji <alvaro.megias@outlook.com> | 2025-10-14 23:31:32 +0200 |
|---|---|---|
| committer | Meji <alvaro.megias@outlook.com> | 2025-10-14 23:31:32 +0200 |
| commit | 466858dd99638686b61ad8f36d9a967c24068241 (patch) | |
| tree | d01d688c9d97d14756274131399868c9893752fe | |
| parent | 982ca39e32ed1b32d1af0d023fcdd7fe144ee337 (diff) | |
DB/WorldStates: Added new worldstates related to currencies
| -rw-r--r-- | sql/updates/world/master/2025_10_14_02_world.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_10_14_02_world.sql b/sql/updates/world/master/2025_10_14_02_world.sql new file mode 100644 index 00000000000..55a9648292d --- /dev/null +++ b/sql/updates/world/master/2025_10_14_02_world.sql @@ -0,0 +1,16 @@ +UPDATE `world_state` SET `Comment`='11.1.5 Midseason - Turbo-Boost Quest Turn-In Tracker (Currency) - Max quantity' WHERE `ID`=29245; +UPDATE `world_state` SET `DefaultValue`=10 WHERE `ID`=29713; +UPDATE `world_state` SET `DefaultValue`=2250000 WHERE `ID`=28715; +UPDATE `world_state` SET `DefaultValue`=575000 WHERE `ID`=28441; +UPDATE `world_state` SET `DefaultValue`=810 WHERE `ID`=28390; +UPDATE `world_state` SET `DefaultValue`=900 WHERE `ID`=28388; +UPDATE `world_state` SET `DefaultValue`=0 WHERE `ID`=28182; +UPDATE `world_state` SET `DefaultValue`=9 WHERE `ID`=28158; +UPDATE `world_state` SET `DefaultValue`=3276 WHERE `ID`=27793; +UPDATE `world_state` SET `DefaultValue`=252 WHERE `ID`=27335; +UPDATE `world_state` SET `DefaultValue`=11 WHERE `ID`=27326; +UPDATE `world_state` SET `DefaultValue`=640000 WHERE `ID`=27170; + +DELETE FROM `world_state` WHERE `ID`=29600; +INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES +(29600, 0, NULL, NULL, '', '11.2.5 Midseason - Turbo-Boost Quest Turn-In Tracker (Currency) - Max quantity'); |
