diff options
author | Killyana <morphone1@gmail.com> | 2017-07-06 21:39:46 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-08-18 19:04:19 +0200 |
commit | af5c195e7ffb0ef9ff692de73c482ee6e98ab1b2 (patch) | |
tree | 65a5dfb4686df438d588264dc043d47b16af3608 | |
parent | 65c594d86effd01ed18927b2c1ab9f438b22e2ff (diff) |
DB: Use the correct ID for Hagash The blind
Updates #18930
(cherry picked from commit 1f834d3cd195de5af8e5bf7f6410ffe3af65e497)
-rw-r--r-- | sql/updates/world/master/2020_08_18_01_world_2017_07_06_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_18_01_world_2017_07_06_00_world.sql b/sql/updates/world/master/2020_08_18_01_world_2017_07_06_00_world.sql new file mode 100644 index 00000000000..7bea9710978 --- /dev/null +++ b/sql/updates/world/master/2020_08_18_01_world_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; |