From c1eb91c1c174870026cf4750bafc8d04d182ade0 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sun, 24 Jul 2022 20:11:24 +0200 Subject: Core/WorldStates: Add generic worldstates for team in instance --- sql/updates/world/master/2022_07_24_10_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_07_24_10_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_07_24_10_world.sql b/sql/updates/world/master/2022_07_24_10_world.sql new file mode 100644 index 00000000000..b5c733b17c0 --- /dev/null +++ b/sql/updates/world/master/2022_07_24_10_world.sql @@ -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'); -- cgit v1.2.3