mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 08:30:34 +01:00
DB/Player: Fix 2 player spells
This commit is contained in:
5
sql/updates/world/4.3.4/2017_12_19_01_world.sql
Normal file
5
sql/updates/world/4.3.4/2017_12_19_01_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user