Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution (#16968)

This commit is contained in:
Gustavo
2016-04-16 10:42:07 -03:00
committed by Aokromes
parent abb27e60d4
commit a407fddca5
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
UPDATE `npc_spellclick_spells` SET `spell_id`=46598 WHERE `npc_entry`=31583 and`spell_id`=59319;
UPDATE `smart_scripts` SET `action_param2`=2 WHERE `entryorguid`=31578 and`source_type`=0 and`id`=3;

View File

@@ -712,7 +712,7 @@ enum BorrowedTechnologyAndVolatility
SPELL_PING_BUNNY = 59375,
SPELL_IMMOLATION = 54690,
SPELL_EXPLOSION = 59335,
SPELL_RIDE = 56687,
SPELL_RIDE = 59319,
// Points
POINT_GRAB_DECOY = 1,

View File

@@ -1707,7 +1707,7 @@ enum Quest13291_13292_13239_13261Data
NPC_SKYTALON = 31583,
NPC_DECOY = 31578,
// Spells
SPELL_RIDE = 56687
SPELL_RIDE = 59319
};
class spell_q13291_q13292_q13239_q13261_frostbrood_skytalon_grab_decoy : public SpellScriptLoader