diff options
| author | Nyeriah <sarah.trysan@live.com> | 2014-12-12 01:33:14 -0200 |
|---|---|---|
| committer | Nyeriah <sarah.trysan@live.com> | 2014-12-12 01:33:14 -0200 |
| commit | 3fc612b277b3030fac7f62cedb47a85678f77cea (patch) | |
| tree | beb4de2f38c521ae0fbcf8be6cfc7dd4409ad540 | |
| parent | ba19f8440297ebb6a63375f67e151ab4f00e0ad5 (diff) | |
DB/Conditions: Update instance data enum value on condition for Descent into Madness teleporter gossip (previous value was 14 which now refers to BOSS_BRIGHTLEAF)
(cherry picked from commit 1076b469db9b932f5cdd4bb5405658e7b5ae1cc0)
| -rw-r--r-- | sql/updates/world/2014_12_12_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_12_02_world.sql b/sql/updates/world/2014_12_12_02_world.sql new file mode 100644 index 00000000000..6dc657b39e9 --- /dev/null +++ b/sql/updates/world/2014_12_12_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `conditionValue1` = 11 WHERE `SourceGroup` = 10389 AND `SourceEntry` = 15 AND `SourceTypeOrReferenceId` = 15; |
