mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user