diff options
| author | kiper <kiperek@o2.pl> | 2011-09-03 18:00:52 +0200 |
|---|---|---|
| committer | kiper <kiperek@o2.pl> | 2011-09-03 18:00:52 +0200 |
| commit | 4862184f1f8c4a8e9e9210a051173bb780277543 (patch) | |
| tree | b4ae9da1b2f930ca5dfe395a2c36cc72116f008d /src | |
| parent | dc01541111c707eb4a58f914ee6234bf93e968af (diff) | |
Core/Script: Mootoo the Younger should stand befoure start escort
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Northrend/borean_tundra.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/borean_tundra.cpp b/src/server/scripts/Northrend/borean_tundra.cpp index 205dcdb5347..e270122d539 100644 --- a/src/server/scripts/Northrend/borean_tundra.cpp +++ b/src/server/scripts/Northrend/borean_tundra.cpp @@ -1832,6 +1832,7 @@ public: creature->setFaction(FACTION_ESCORTEE_H); break; } + creature->SetStandState(UNIT_STAND_STATE_STAND); DoScriptText(SAY_1, creature); CAST_AI(npc_escortAI, (creature->AI()))->Start(true, false, player->GetGUID()); } |
