DB/Player: Fix 2 player spells

This commit is contained in:
Aokromes
2017-12-19 22:09:43 +01:00
parent 35ef27123a
commit ceaa17603e

View File

@@ -0,0 +1,5 @@
--
DELETE FROM `spell_learn_spell` WHERE `entry`= 87840;
INSERT INTO `spell_learn_spell` (`entry`, `SpellID`, `Active`) VALUES
(87840, 33388, 1);
UPDATE `spell_bonus_data` SET `direct_bonus`= 0.654 WHERE `entry`= 133;