aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-04-10 23:39:47 +0200
committerShauren <shauren.trinity@gmail.com>2013-04-10 23:39:47 +0200
commit238f7e92530ab544ba401c29d469fdcdc7b367b1 (patch)
tree909c31eefde8aa804b51f520a13485c6e6600a02 /sql
parentde4b15357e561e0cc89c5bb954174dd12ca560ad (diff)
parent65ecb27a6e3f74bcc47bb1d8433589ce527e050c (diff)
Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4
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;