Spells/Mage: Ring of Frost

This commit is contained in:
Souler
2013-04-08 21:37:57 +02:00
parent 43da1bd0af
commit 895a4dd352
2 changed files with 160 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `spell_id` IN (82676, 82691);
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
(82676, 'spell_mage_ring_of_frost'),
(82691, 'spell_mage_ring_of_frost_freeze');
-- Set flags UNIT_FLAG_DISABLE_MOVE| UNIT_FLAG_STUNNED|UNIT_FLAG_NOT_SELECTABLE on Ring of Frost
UPDATE `creature_template` SET `unit_flags` = 0x4|0x40000|0x2000000 WHERE `entry` = 44199;