diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-09-04 12:06:10 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-26 15:30:07 +0100 |
| commit | 0afe0e536d2be8b51a4bd8f21993190cd40f0b37 (patch) | |
| tree | f3d278b01310585f97ecc76578a1d47540564516 /sql/updates | |
| parent | a33bc3148a8b8570672096dfe4974ed7af94b011 (diff) | |
Core/Scripts: Implement Flag of Ownership. Closes #12265
Core/Spells: Implemented TARGET_CORPSE_SRC_AREA_ENEMY. Closes #12803
(cherry picked from commit bc4b4f656cda98be06c03301f22750804fea8fa0)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2017_02_26_01_world_2016_09_04_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
