diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2018-02-23 13:15:50 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2018-02-23 13:16:42 -0300 |
| commit | 1074a9b053c7d1fbff1321bf95b15d7be1ee669f (patch) | |
| tree | 6c453d2245b5dd2da2c6d24ca448144a21086571 /sql | |
| parent | 31f14dadde46445ae7e3e0330a3811b185bd8a61 (diff) | |
Core/Scripts: remove hack that caused aura to not be applied and saved twice on owned auras, causing an error on save
- This is handled by group stack rules actually
- Also reset removed aura counter when cleaning removed auras
Closes #21486
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_02_23_01_world_335.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_23_01_world_335.sql b/sql/updates/world/3.3.5/2018_02_23_01_world_335.sql new file mode 100644 index 00000000000..23490ff6b6c --- /dev/null +++ b/sql/updates/world/3.3.5/2018_02_23_01_world_335.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pal_improved_concentraction_aura_effect', 'spell_pal_improved_devotion_aura_effect', 'spell_pal_sanctified_retribution_effect'); |
