From 0afe0e536d2be8b51a4bd8f21993190cd40f0b37 Mon Sep 17 00:00:00 2001 From: ariel- Date: Sun, 4 Sep 2016 12:06:10 +0200 Subject: Core/Scripts: Implement Flag of Ownership. Closes #12265 Core/Spells: Implemented TARGET_CORPSE_SRC_AREA_ENEMY. Closes #12803 (cherry picked from commit bc4b4f656cda98be06c03301f22750804fea8fa0) --- sql/updates/world/master/2017_02_26_01_world_2016_09_04_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2017_02_26_01_world_2016_09_04_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_26_01_world_2016_09_04_03_world.sql b/sql/updates/world/master/2017_02_26_01_world_2016_09_04_03_world.sql new file mode 100644 index 00000000000..34cb1c0aa55 --- /dev/null +++ b/sql/updates/world/master/2017_02_26_01_world_2016_09_04_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_taunt_flag_targeting'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(51640, 'spell_item_taunt_flag_targeting'); -- cgit v1.2.3