diff options
| author | Martin Topholm <github@m.hoth.dk> | 2019-07-05 23:46:55 +0200 |
|---|---|---|
| committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-05 23:46:55 +0200 |
| commit | 4529a94e0d093fb01c6ae4a98dade46ce75f82a9 (patch) | |
| tree | 2e403bd2b2bf82ed9a7007cc997825d0088e5d51 /sql/updates | |
| parent | a8d232a92158bb9782e0895e6788692ee4729eb7 (diff) | |
Script/BlackrockDepths: fix Ironhand Guardian's Gout of Flame spell cast. (#21816)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2019_07_05_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_05_03_world.sql b/sql/updates/world/3.3.5/2019_07_05_03_world.sql new file mode 100644 index 00000000000..6eb0f75d0ed --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
