From c152a5e6547ab0b46d79b3cf47ec5877ce834597 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. --- sql/updates/world/3.3.5/2016_09_24_05_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_24_05_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_09_24_05_world.sql b/sql/updates/world/3.3.5/2016_09_24_05_world.sql new file mode 100644 index 00000000000..8c56984c27a --- /dev/null +++ b/sql/updates/world/3.3.5/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