Scripts/MFF: Update Ahune's Ice Spear behavior (#27384)

(cherry picked from commit 751a8b9e17)
This commit is contained in:
offl
2021-12-13 22:38:57 +02:00
committed by Shauren
parent 0bb13b5dbd
commit 69ee7582fc
2 changed files with 69 additions and 29 deletions

View File

@@ -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;