aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-07-24 20:11:24 +0200
committerShauren <shauren.trinity@gmail.com>2022-07-24 20:11:24 +0200
commitc1eb91c1c174870026cf4750bafc8d04d182ade0 (patch)
treeea035c134460e4c16c630356f5f8bcfdedf55ae4 /sql/updates
parent071be5a0861924521da5df1ce6fc35ee5a7089d4 (diff)
Core/WorldStates: Add generic worldstates for team in instance
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_07_24_10_world.sql4
1 files changed, 4 insertions, 0 deletions
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');