mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/WorldStates: Added missing worldstates related to currencies
This commit is contained in:
10
sql/updates/world/master/2024_03_02_01_world.sql
Normal file
10
sql/updates/world/master/2024_03_02_01_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
UPDATE `world_state` SET `DefaultValue`=0 WHERE `ID` IN (23730, 23747, 23970);
|
||||
|
||||
DELETE FROM `world_state` WHERE `ID` IN (24880,24882,24906,25146,25219,25259);
|
||||
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `AreaIDs`, `ScriptName`, `Comment`) VALUES
|
||||
(24880, 1260, NULL, NULL, '', 'Drake/Whelpling Dreaming Crest (Currency) - Max quantity'),
|
||||
(24882, 1170, NULL, NULL, '', 'Aspect/Wyrm Dreaming Crest (Currency) - Max quantity'),
|
||||
(24906, 0, NULL, NULL, '', 'Conquest - Dragonflight Season 3 (Currency) - Max quantity'),
|
||||
(25146, 1000, NULL, NULL, '', 'Echoed Ephemera Tracker (Currency) - Max quantity'),
|
||||
(25219, 0, NULL, NULL, '', '10.2 Legendary - Progressive Advance - Tracker (Currency) - Max quantity'),
|
||||
(25259, 104, NULL, NULL, '', 'Trophy of Strife (Currency) - Max quantity');
|
||||
Reference in New Issue
Block a user