From 8934593e2d9db7739034b623e179f1cf627a8eb7 Mon Sep 17 00:00:00 2001 From: Nyeriah Date: Thu, 11 Sep 2014 00:31:22 -0300 Subject: DB/Conditions: Fix up conditions for Yogg-Saron's portal spells after latest changes to the instance data --- sql/updates/world/2014_09_11_00_world_conditions.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_09_11_00_world_conditions.sql (limited to 'sql') diff --git a/sql/updates/world/2014_09_11_00_world_conditions.sql b/sql/updates/world/2014_09_11_00_world_conditions.sql new file mode 100644 index 00000000000..65c502ece07 --- /dev/null +++ b/sql/updates/world/2014_09_11_00_world_conditions.sql @@ -0,0 +1 @@ +UPDATE `conditions` SET `ConditionValue1` = 46 WHERE `SourceEntry` IN (63989, 63997, 63998); -- cgit v1.2.3