From 0617a3ef97338e510579b00aa1eea534aa28ffa4 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 24 Aug 2018 21:17:09 +0200 Subject: [PATCH] DB/Spells: added missing AP bonus to Explosive Shot --- sql/updates/world/custom/custom_2018_08_24_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/custom/custom_2018_08_24_03_world.sql diff --git a/sql/updates/world/custom/custom_2018_08_24_03_world.sql b/sql/updates/world/custom/custom_2018_08_24_03_world.sql new file mode 100644 index 00000000000..b90bb79890f --- /dev/null +++ b/sql/updates/world/custom/custom_2018_08_24_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`= 53301; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(53301, 0, 0, 0, 0.273, 'Hunter - Explosive Shot');