mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Lua fixes, need to get perl working again D=
This commit is contained in:
+4
-3
@@ -2473,10 +2473,11 @@ uint32 NPC::GetSpawnKillCount()
|
||||
}
|
||||
|
||||
void NPC::DoQuestPause(Mob *other) {
|
||||
if(IsMoving() && !IsOnHatelist(other))
|
||||
if(IsMoving() && !IsOnHatelist(other)) {
|
||||
PauseWandering(RuleI(NPC, SayPauseTimeInSec));
|
||||
|
||||
if(!IsMoving())
|
||||
FaceTarget(other);
|
||||
} else if(!IsMoving()) {
|
||||
FaceTarget(other);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user