Core/WorldStates: Add generic worldstates for team in instance

This commit is contained in:
Shauren
2022-07-24 20:11:24 +02:00
parent 071be5a086
commit c1eb91c1c1
5 changed files with 50 additions and 34 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `world_state` WHERE `ID` IN (4485,4486);
INSERT INTO `world_state` (`ID`, `DefaultValue`, `MapIDs`, `ScriptName`, `Comment`) VALUES
(4485, 0, '-1', '', 'Instances - Generic - Team In Instance - Alliance'),
(4486, 0, '-1', '', 'Instances - Generic - Team In Instance - Horde');