From 43bbcc3909da059fb50e2e6ce6178435a95b2e07 Mon Sep 17 00:00:00 2001 From: mik1893 Date: Tue, 19 Jul 2016 22:57:49 +0100 Subject: [PATCH] useless scriptname --- .../azerothshard/data/sql/db-world/azth_world_runic_weapon.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/azerothshard/data/sql/db-world/azth_world_runic_weapon.sql b/modules/azerothshard/data/sql/db-world/azth_world_runic_weapon.sql index 1c5fdfe613..13b9ab47b3 100644 --- a/modules/azerothshard/data/sql/db-world/azth_world_runic_weapon.sql +++ b/modules/azerothshard/data/sql/db-world/azth_world_runic_weapon.sql @@ -1,3 +1 @@ UPDATE `creature_template` SET `speed_walk`=2.5, `speed_run`=8, `unit_flags` = 33554434, `flags_extra`=0, `ScriptName`='npc_pet_dk_rune_weapon' WHERE `entry`=27893; -DELETE FROM `spell_script_names` where `spell_id` IN (49028); -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (49028, 'spell_dk_dancing_rune_weapon');