From d9241b233c055834ae5dcf90b5a9bca35b293dcd Mon Sep 17 00:00:00 2001 From: Rushor Date: Sat, 6 Feb 2016 20:07:52 +0100 Subject: DB/Spell: Fiery Payback * fix an issue where the aura sometimes gets removed * by @sirikfoll * closes #15157 * thanks to @Keader for report and testing --- sql/updates/world/2016_02_06_09_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_02_06_09_world.sql (limited to 'sql') 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; -- cgit v1.2.3