mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
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:
5
sql/updates/world/2015_03_23_01_world_f355.sql
Normal file
5
sql/updates/world/2015_03_23_01_world_f355.sql
Normal 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');
|
||||
Reference in New Issue
Block a user