DB/Creature: remove wrong spell from NPC "Venture Co. Saboteur" and add correct one.

They have aura "Torch Burn", they don't cast "Thorns". From sniffs.
(cherry picked from commit adb2d8424b)
This commit is contained in:
SnapperRy
2016-09-10 15:30:33 +02:00
committed by joschiwald
parent e9b931e297
commit f29dd0794b

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature_template_addon` SET `auras`="5680" WHERE `entry`=17278;
UPDATE `creature_template` SET `AIName`="" WHERE `entry`=17278;
DELETE FROM `smart_scripts` WHERE `entryorguid`=17278;