mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
DB/Quest: Freedom to Ruul
Closes #7262
(cherry picked from commit 4dc91429dd)
This commit is contained in:
@@ -44,9 +44,13 @@ enum RuulSnowhoof
|
||||
NPC_THISTLEFUR_TOTEMIC = 3922,
|
||||
NPC_THISTLEFUR_PATHFINDER = 3926,
|
||||
QUEST_FREEDOM_TO_RUUL = 6482,
|
||||
GO_CAGE = 178147
|
||||
GO_CAGE = 178147,
|
||||
RUUL_SHAPECHANGE = 20514,
|
||||
SAY_FINISH = 0
|
||||
};
|
||||
|
||||
|
||||
|
||||
Position const RuulSnowhoofSummonsCoord[6] =
|
||||
{
|
||||
{ 3449.218018f, -587.825073f, 174.978867f, 4.714445f },
|
||||
@@ -111,7 +115,9 @@ public:
|
||||
me->SummonCreature(NPC_THISTLEFUR_URSA, RuulSnowhoofSummonsCoord[4], TEMPSUMMON_DEAD_DESPAWN, 60000);
|
||||
me->SummonCreature(NPC_THISTLEFUR_PATHFINDER, RuulSnowhoofSummonsCoord[5], TEMPSUMMON_DEAD_DESPAWN, 60000);
|
||||
break;
|
||||
case 21:
|
||||
case 27:
|
||||
me->RemoveAurasDueToSpell(RUUL_SHAPECHANGE);
|
||||
Talk(SAY_FINISH, player);
|
||||
player->GroupEventHappens(QUEST_FREEDOM_TO_RUUL, me);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user