From 1f834d3cd195de5af8e5bf7f6410ffe3af65e497 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 6 Jul 2017 21:39:46 +0200 Subject: DB: Use the correct ID for Hagash The blind Updates #18930 --- sql/updates/world/3.3.5/2017_07_06_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_07_06_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_07_06_00_world.sql b/sql/updates/world/3.3.5/2017_07_06_00_world.sql new file mode 100644 index 00000000000..7bea9710978 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_07_06_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_text` SET `CreatureID`=19561, `GroupID`=0 WHERE `CreatureID`=19651 AND `GroupID`=0 AND `ID`=0; +UPDATE `smart_scripts` SET `action_param1`=0, `target_type`=19, `target_param1`=19561, `target_param2`=0 WHERE `entryorguid`=5754101 AND `source_type`=9 AND `id`=8 AND `link`=0; -- cgit v1.2.3