Core/Spells: fixed Inquisition duration increase based on Holy Power and Divine Purpose

This commit is contained in:
Ovahlord
2018-07-27 12:04:23 +02:00
parent ed099e8600
commit 447f9da201
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_pal_inquisition';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(84963, 'spell_pal_inquisition');