aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorMartin Topholm <github@m.hoth.dk>2019-07-05 23:46:55 +0200
committerWyrserth <wyrserth@protonmail.com>2019-07-05 23:46:55 +0200
commit4529a94e0d093fb01c6ae4a98dade46ce75f82a9 (patch)
tree2e403bd2b2bf82ed9a7007cc997825d0088e5d51 /sql/updates
parenta8d232a92158bb9782e0895e6788692ee4729eb7 (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.sql3
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;