DB/Item: Fix Bloodthistle Withdrawal

By Killyana, closes #9343
(cherry picked from commit f1f3e4988e)

Conflicts:
	sql/updates/world/2015_03_23_01_world.sql
This commit is contained in:
Aokromes
2015-03-23 01:16:24 +01:00
committed by Nayd
parent 0f076efe3f
commit 741aa01160

View File

@@ -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');