aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSouler <soulerhyd@gmail.com>2013-04-08 21:37:57 +0200
committerSouler <soulerhyd@gmail.com>2013-04-08 21:37:57 +0200
commit895a4dd35286aed905c19ae0583d762e8d693256 (patch)
tree000db84eb81a0f48279325d6591a9d351f551143 /sql
parent43da1bd0afd955aacfa62d23f57e4623fe88e032 (diff)
Spells/Mage: Ring of Frost
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_01_26_01_world_misc_434.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_26_01_world_misc_434.sql b/sql/updates/world/2013_01_26_01_world_misc_434.sql
new file mode 100644
index 00000000000..2abe6090c3f
--- /dev/null
+++ b/sql/updates/world/2013_01_26_01_world_misc_434.sql
@@ -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;