Skip to content

Commit a3d29b4

Browse files
committed
DB/WorldStates: Added new worldstates related to currencies
1 parent 98206bf commit a3d29b4

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
UPDATE `world_state` SET `DefaultValue`=476 WHERE `ID`=27335;
2+
UPDATE `world_state` SET `DefaultValue`=104 WHERE `ID`=26869;
3+
UPDATE `world_state` SET `DefaultValue`=17 WHERE `ID`=26656;
4+
UPDATE `world_state` SET `DefaultValue`=19 WHERE `ID` IN (26199,26620,26621,26622,26623,26624,26625,26626,26627,26628,26629,26630);
5+
UPDATE `world_state` SET `DefaultValue`=266 WHERE `ID`=26508;
6+
UPDATE `world_state` SET `DefaultValue`=304 WHERE `ID`=26509;
7+
UPDATE `world_state` SET `DefaultValue`=269 WHERE `ID`=26510;
8+
UPDATE `world_state` SET `DefaultValue`=209 WHERE `ID`=26511;
9+
UPDATE `world_state` SET `DefaultValue`=228 WHERE `ID`=26512;
10+
UPDATE `world_state` SET `DefaultValue`=342 WHERE `ID`=26513;
11+
UPDATE `world_state` SET `DefaultValue`=266 WHERE `ID`=26514;
12+
UPDATE `world_state` SET `DefaultValue`=304 WHERE `ID`=26515;
13+
UPDATE `world_state` SET `DefaultValue`=209 WHERE `ID`=26516;
14+
UPDATE `world_state` SET `DefaultValue`=190 WHERE `ID`=26517;
15+
UPDATE `world_state` SET `DefaultValue`=304 WHERE `ID`=26518;
16+
UPDATE `world_state` SET `DefaultValue`=30 WHERE `ID`=25395;
17+
UPDATE `world_state` SET `DefaultValue`=0 WHERE `ID` IN (26186,26365,25834,25833);
18+
19+
DELETE FROM `world_state` WHERE `ID` IN (27342, 27343, 27344, 27606);
20+
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES
21+
(27342, 120, NULL, NULL, '', '11.0.5 20th Anniversary - Tracker 1 (Currency) - Max quantity'),
22+
(27343, 120, NULL, NULL, '', '11.0.5 20th Anniversary - Tracker 2 (Currency) - Max quantity'),
23+
(27344, 120, NULL, NULL, '', '11.0.5 20th Anniversary - Tracker 3 (Currency) - Max quantity'),
24+
(27606, 6, NULL, NULL, '', '11.0 Raid - Nerubian - Account Quest Complete Tracker (Hidden) (Currency) - Max quantity');

0 commit comments

Comments
 (0)