Core/Scripts: Implement Flag of Ownership. Closes #12265

Core/Spells: Implemented TARGET_CORPSE_SRC_AREA_ENEMY. Closes #12803
This commit is contained in:
ariel-
2016-09-04 07:06:10 -03:00
parent 0bb9da30d5
commit bc4b4f656c
3 changed files with 64 additions and 1 deletions

View File

@@ -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');