From 3b0e6250ad3e537621370f7999532907f35ff2d8 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sat, 24 Sep 2016 03:40:01 +0200 Subject: DB/Quest: fix creature text for Force Commander Danath Trollbane when quest The Fall of Magtheridon is turned in. (cherry picked from commit c152a5e6547ab0b46d79b3cf47ec5877ce834597) --- sql/updates/world/master/2017_03_03_06_world_2016_09_24_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_03_03_06_world_2016_09_24_05_world.sql (limited to 'sql') 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; -- cgit v1.2.3