diff options
author | Trista <aconstantgoal@abv.bg> | 2012-12-17 16:32:33 +0200 |
---|---|---|
committer | Trista <aconstantgoal@abv.bg> | 2012-12-17 16:32:33 +0200 |
commit | 103edb16ea7a57d910dda29a5bfaf3f0b47ddd37 (patch) | |
tree | f46fce9b91ce5e56e565dc4b1005eeb29f8288f7 | |
parent | 1297a93d90ecbbb1a8743462aed2370bd3b0b397 (diff) |
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
-rw-r--r-- | sql/updates/world/2012_12_17_00_world_spell_linked_spell.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |