diff options
author | Nyeriah <sarah.trysan@live.com> | 2014-09-11 00:31:22 -0300 |
---|---|---|
committer | Nyeriah <sarah.trysan@live.com> | 2014-09-11 00:31:22 -0300 |
commit | 8934593e2d9db7739034b623e179f1cf627a8eb7 (patch) | |
tree | faedd6a82ef952d02f529fe723816b5659963a64 | |
parent | 8bb4f338523810035a3e1031bb2d0e0a4c488254 (diff) |
DB/Conditions: Fix up conditions for Yogg-Saron's portal spells after latest changes to the instance data
-rw-r--r-- | sql/updates/world/2014_09_11_00_world_conditions.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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);
|