mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 12:52:25 +01:00
Core/Quests Fix Quests Borrowed Technology, Volatility and The Solution Solution (#16968)
(cherry picked from commitd1a053e4f5) Rename sql (cherry picked from commit41e776fe64)
This commit is contained in:
@@ -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