diff options
| author | Martin Topholm <github@m.hoth.dk> | 2019-07-05 23:46:55 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-14 21:19:01 +0100 |
| commit | dc0728b9a0e0f39e9376a78ee1a67cf370e03d00 (patch) | |
| tree | cc470494c0fbb064df1d6148142d0a66591ccad7 /sql | |
| parent | 3b72b439373f3ea28f3edfca4d06dbb829e6fc7b (diff) | |
Script/BlackrockDepths: fix Ironhand Guardian's Gout of Flame spell cast. (#21816)
(cherry picked from commit 4529a94e0d093fb01c6ae4a98dade46ce75f82a9)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_14_03_world_2019_07_05_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_14_03_world_2019_07_05_03_world.sql b/sql/updates/world/master/2021_12_14_03_world_2019_07_05_03_world.sql new file mode 100644 index 00000000000..6eb0f75d0ed --- /dev/null +++ b/sql/updates/world/master/2021_12_14_03_world_2019_07_05_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `AIName`="", `ScriptName`="npc_ironhand_guardian" WHERE `entry`=8982; +DELETE FROM `smart_scripts` WHERE `entryorguid`=8982 AND `source_type`=0; |
