Adjust default lootdrop max level

This commit is contained in:
Akkadius
2016-06-20 14:25:05 -05:00
parent 7b04b9ef4a
commit 1a2537f5d8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1570,9 +1570,10 @@ void NPC::AI_DoMovement() {
if (m_CurrentWayPoint.w >= 0.0) {
SetHeading(m_CurrentWayPoint.w);
}
SendPosition();
}
SendPosition();
//kick off event_waypoint arrive
char temp[16];
sprintf(temp, "%d", cur_wp);