From 79ae1cb1473a26dd173a794d93e409d19f75ea6e Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 5 Mar 2019 21:29:30 +0100 Subject: DB/Quest : Improvements for The Brothers Bronzebeard Closes #22651 --- sql/updates/world/3.3.5/2019_03_05_04_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_03_05_04_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_03_05_04_world.sql b/sql/updates/world/3.3.5/2019_03_05_04_world.sql new file mode 100644 index 00000000000..d4a12ae12f3 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_05_04_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `faction`=290 WHERE `entry` IN (30134); +UPDATE `smart_scripts` SET `event_type`=60 WHERE `entryorguid` IN (30134) AND `source_type`=0 AND `id` IN (13,14); -- cgit v1.2.3