From 3e886c55611357581ecb69c671d021d29b715e64 Mon Sep 17 00:00:00 2001 From: ccrs Date: Fri, 20 Aug 2021 03:41:49 +0200 Subject: Scripts/Pet: implement Dance Rune Weapon + minor tweaks to npc_pet_mage_mirror_image script damage is now halved, years ago it wasn't, so we got that going at least stat scaling missing - the low damage might even come from this instead of the aura periodic auras still unknown --- sql/updates/world/3.3.5/2021_08_19_03_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_08_19_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_08_19_03_world.sql b/sql/updates/world/3.3.5/2021_08_19_03_world.sql new file mode 100644 index 00000000000..e7aaba311e1 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_08_19_03_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `smart_scripts` WHERE `entryorguid`=27893 AND `source_type`=0; +UPDATE `creature_template` SET `speed_walk`=2.5, `speed_run`=2.5, `unit_flags` = 33554432, `flags_extra`=0,`AIName`='', `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'); -- cgit v1.2.3