mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 19:43:19 -04:00
Scripts/Icecrown Citadel: Changed Bone Spike id and remove teleport z+3 hack, its a vehicle, thx wowgargamel Scripts/Icecrown Citadel: Fixed typo in variable name, thx Paradox Scripts/Icecrown Citadel: Added warning emote for Bone Storm --HG-- branch : trunk
3 lines
166 B
SQL
3 lines
166 B
SQL
UPDATE `creature_template` SET `ScriptName`='' WHERE `ScriptName`='npc_bone_spike';
|
|
UPDATE `creature_template` SET `ScriptName`='npc_bone_spike' WHERE `entry`=36619;
|