diff options
| author | joschiwald <joschiwald.trinity@gmail.com> | 2017-11-19 16:25:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-19 16:25:30 +0100 |
| commit | f9067f2aab4f872c2f7a8f58efd6d8ed74fedbf8 (patch) | |
| tree | 215c8b1705e21b5f0edfca9cead80674f1d6c035 /sql | |
| parent | b12b37058c863bcfecfefc965da45f31b604ee3b (diff) | |
Core/Auras: don't save auras casted by items
* Core/Auras: don't save auras casted by items
- This type of auras (like Water Bucket, Precious Ribbon, etc) will be recasted on login anyways.
This reverts commit 16cfd59f5b368fd1d05eeeab3afbacfccf0a6870
(partial cherry picked from commit e84dfff4cee74baf2c02cc7752df5bf392eae180)
Core/Auras: fix elixir aura saving
(cherry picked from commit 697147a596515c82817a161e7a9a5f07cdf9a8f3)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_11_19_00_world_2016_10_30_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_19_00_world_2016_10_30_02_world.sql b/sql/updates/world/master/2017_11_19_00_world_2016_10_30_02_world.sql new file mode 100644 index 00000000000..0d39b8eb6f9 --- /dev/null +++ b/sql/updates/world/master/2017_11_19_00_world_2016_10_30_02_world.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hallows_end_has_water_bucket'; |
