diff options
author | Rushor <PBienati@web.de> | 2016-02-06 20:07:52 +0100 |
---|---|---|
committer | Rushor <PBienati@web.de> | 2016-02-06 20:07:52 +0100 |
commit | d9241b233c055834ae5dcf90b5a9bca35b293dcd (patch) | |
tree | ed54b2f2ed2d09e45646dec9b1390c9b6df6b507 | |
parent | aef7265a7cd097def64dd851ea8d29868e0fb58b (diff) |
DB/Spell: Fiery Payback
* fix an issue where the aura sometimes gets removed
* by @sirikfoll
* closes #15157
* thanks to @Keader for report and testing
-rw-r--r-- | sql/updates/world/2016_02_06_09_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2016_02_06_09_world.sql b/sql/updates/world/2016_02_06_09_world.sql new file mode 100644 index 00000000000..bf92b89e1c2 --- /dev/null +++ b/sql/updates/world/2016_02_06_09_world.sql @@ -0,0 +1,3 @@ +-- +-- Fiery Payback mage talent +DELETE FROM `spell_ranks` WHERE `first_spell_id`=44440; |