mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Spells: Fix support for Preserved Holly
* it needs to trigger reindeer transformation used by Fresh Holly, while has a side core check already handled. This needs to happen in the same time and not after. * traced the auras are same from sniffs and the mechanic * now Fa-la-la-la Ogri'La should be completeble for all (tested all normal cases) Closes: #4333
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Fix Preserved Holly item triggered spell to apply reindeer transformation also so Fa-la-la-la Ogri'La can be doable with it also, based on sniffs.
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=62061;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
|
||||
(62061,25860,0, 'Festive Holiday Mount');
|
||||
Reference in New Issue
Block a user