mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution (#16968)
This commit is contained in:
2
sql/updates/world/2016_04_15_00_world.sql
Normal file
2
sql/updates/world/2016_04_15_00_world.sql
Normal 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;
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user