DB/Item: Fix Bloodthistle Withdrawal
By Killyana, closes #9343 (cherry picked from commit f1f3e4988e7d835191c29316327f79b44e7255d3) Conflicts: sql/updates/world/2015_03_23_01_world.sql
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (28273, -28273);
|
||||
INSERT INTO `spell_linked_spell` VALUES
|
||||
(28273, -28274, 0, 'Bloodthistle'),
|
||||
(-28273, 28274, 0, 'Bloodthistle');
|
||||
Reference in New Issue
Block a user