From f527c277607e07a3686f012ca3b384247d94dab1 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 28 Nov 2021 22:53:52 +0100 Subject: [PATCH] fix(DB/Spells): Moonkin Form - remove TBC leftover from mana restore passive aura. (#9247) Fixes #8851 --- data/sql/updates/pending_db_world/rev_1637259614120586400.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1637259614120586400.sql diff --git a/data/sql/updates/pending_db_world/rev_1637259614120586400.sql b/data/sql/updates/pending_db_world/rev_1637259614120586400.sql new file mode 100644 index 000000000..5a0a871e8 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1637259614120586400.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637259614120586400'); + +UPDATE `spell_proc_event` SET `ppmRate`=0 WHERE `entry`=24905;