diff options
author | Killyana <morphone1@gmail.com> | 2017-07-06 21:39:46 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-07-06 21:39:46 +0200 |
commit | 1f834d3cd195de5af8e5bf7f6410ffe3af65e497 (patch) | |
tree | 7f9e03c2fe1ec407a84b11b6911653403130b97c | |
parent | a27a3e0457e3f6c2dd6955ce86b51888c5590ffc (diff) |
DB: Use the correct ID for Hagash The blind
Updates #18930
-rw-r--r-- | sql/updates/world/3.3.5/2017_07_06_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |