mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Spells/Mage: Ring of Frost
This commit is contained in:
7
sql/updates/world/2013_01_26_01_world_misc_434.sql
Normal file
7
sql/updates/world/2013_01_26_01_world_misc_434.sql
Normal 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;
|
||||
Reference in New Issue
Block a user