diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-09-04 07:06:10 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2016-09-04 07:09:04 -0300 |
| commit | bc4b4f656cda98be06c03301f22750804fea8fa0 (patch) | |
| tree | a480bbadec48d2a4f14e9f027fa0a3e4956616d8 /sql/updates | |
| parent | 0bb9da30d50b0a69bddded8f77b4e3efe89d78ad (diff) | |
Core/Scripts: Implement Flag of Ownership. Closes #12265
Core/Spells: Implemented TARGET_CORPSE_SRC_AREA_ENEMY. Closes #12803
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_04_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_04_03_world.sql b/sql/updates/world/3.3.5/2016_09_04_03_world.sql new file mode 100644 index 00000000000..34cb1c0aa55 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
