diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-24 03:40:01 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-03 22:01:08 +0100 |
| commit | 3b0e6250ad3e537621370f7999532907f35ff2d8 (patch) | |
| tree | 9da3e6f01c4d70f5b0c6eb50ebd9c539ab15210f | |
| parent | 6f94fe8f0af0151489b5a287d73336043575b478 (diff) | |
DB/Quest: fix creature text for Force Commander Danath Trollbane when quest The Fall of Magtheridon is turned in.
(cherry picked from commit c152a5e6547ab0b46d79b3cf47ec5877ce834597)
| -rw-r--r-- | sql/updates/world/master/2017_03_03_06_world_2016_09_24_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_03_06_world_2016_09_24_05_world.sql b/sql/updates/world/master/2017_03_03_06_world_2016_09_24_05_world.sql new file mode 100644 index 00000000000..8c56984c27a --- /dev/null +++ b/sql/updates/world/master/2017_03_03_06_world_2016_09_24_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_text` SET `BroadcastTextId`=20755 WHERE `entry`=16819 AND `groupid`=2; |
