From 103edb16ea7a57d910dda29a5bfaf3f0b47ddd37 Mon Sep 17 00:00:00 2001 From: Trista Date: Mon, 17 Dec 2012 16:32:33 +0200 Subject: 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 --- sql/updates/world/2012_12_17_00_world_spell_linked_spell.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2012_12_17_00_world_spell_linked_spell.sql (limited to 'sql') diff --git a/sql/updates/world/2012_12_17_00_world_spell_linked_spell.sql b/sql/updates/world/2012_12_17_00_world_spell_linked_spell.sql new file mode 100644 index 00000000000..a2cfc7073d0 --- /dev/null +++ b/sql/updates/world/2012_12_17_00_world_spell_linked_spell.sql @@ -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'); -- cgit v1.2.3