mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Scripts: Muglash should walk instead of running.
This commit is contained in:
@@ -447,7 +447,7 @@ class npc_muglash : public CreatureScript
|
||||
DoScriptText(SAY_MUG_START1, creature);
|
||||
creature->setFaction(113);
|
||||
|
||||
pEscortAI->Start(true, true, player->GetGUID());
|
||||
pEscortAI->Start(true, false, player->GetGUID());
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user