mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Scripts/MFF: Update Ahune's Ice Spear behavior (#27384)
(cherry picked from commit 751a8b9e17)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
UPDATE `gameobject_template` SET `ScriptName` = 'go_ahune_ice_spear' WHERE `entry` = 188077;
|
||||
|
||||
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_ahune_ice_spear_bunny' WHERE `entry` = 25985;
|
||||
UPDATE `creature_template` SET `unit_flags` = 33554432 WHERE `entry` IN (25985,26337);
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 25985 AND `source_type` = 0;
|
||||
Reference in New Issue
Block a user