Skip to content

Commit

Permalink
Fix instantly despawning helper NPCs for "wp show" command
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisLord authored and killerwife committed Aug 17, 2021
1 parent 0866a4f commit 1e8b7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Chat/Level2.cpp
Expand Up @@ -2803,6 +2803,7 @@ inline Creature* Helper_CreateWaypointFor(Creature* wpOwner, WaypointPathOrigin
settings.spawnDataEntry = 2;
settings.spawnType = TEMPSPAWN_TIMED_DESPAWN;
settings.despawnTime = 5 * MINUTE * IN_MILLISECONDS;
settings.spawnType = TEMPSPAWN_TIMED_DESPAWN;

settings.tempSpawnMovegen = true;
settings.waypointId = wpId;
Expand Down

0 comments on commit 1e8b7db

Please sign in to comment.