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:
Trista
2012-12-17 16:32:33 +02:00
parent 1297a93d90
commit 103edb16ea

View File

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