diff options
author | Subv <s.v.h21@hotmail.com> | 2012-09-08 07:41:35 -0500 |
---|---|---|
committer | Subv <s.v.h21@hotmail.com> | 2012-09-08 07:51:54 -0500 |
commit | b8343391c2db98972d67ebc7d86871c871e29f9f (patch) | |
tree | ab3a7fe9bdeb6ee8feec072aa333dd4635747040 | |
parent | 16989dea6a29717aa09479d05dc8d48c93f2485b (diff) |
Core/Scripts: Muglash should walk instead of running.
-rw-r--r-- | src/server/scripts/Kalimdor/ashenvale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/ashenvale.cpp b/src/server/scripts/Kalimdor/ashenvale.cpp index 248932ecbb6..6a9dd77433a 100644 --- a/src/server/scripts/Kalimdor/ashenvale.cpp +++ b/src/server/scripts/Kalimdor/ashenvale.cpp @@ -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; |