mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Creature/Script: npc_ruby_emerald_amber_drake
Closes #24220
(cherry picked from commit 7a4409b51f)
This commit is contained in:
@@ -296,13 +296,13 @@ class npc_ruby_emerald_amber_drake : public CreatureScript
|
||||
switch (me->GetEntry())
|
||||
{
|
||||
case NPC_RUBY_DRAKE_VEHICLE:
|
||||
me->CastSpell(summoner, SPELL_RIDE_RUBY_DRAKE_QUE);
|
||||
me->CastSpell(summoner, SPELL_RIDE_RUBY_DRAKE_QUE, true);
|
||||
break;
|
||||
case NPC_EMERALD_DRAKE_VEHICLE:
|
||||
me->CastSpell(summoner, SPELL_RIDE_EMERALD_DRAKE_QUE);
|
||||
me->CastSpell(summoner, SPELL_RIDE_EMERALD_DRAKE_QUE, true);
|
||||
break;
|
||||
case NPC_AMBER_DRAKE_VEHICLE:
|
||||
me->CastSpell(summoner, SPELL_RIDE_AMBER_DRAKE_QUE);
|
||||
me->CastSpell(summoner, SPELL_RIDE_AMBER_DRAKE_QUE, true);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user