mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/WorldStates: Add generic worldstates for team in instance
This commit is contained in:
4
sql/updates/world/master/2022_07_24_10_world.sql
Normal file
4
sql/updates/world/master/2022_07_24_10_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user