diff options
Diffstat (limited to 'src/game/Creature.cpp')
-rw-r--r-- | src/game/Creature.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index 8a15cb88167..80fb7e43fec 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -2577,3 +2577,4 @@ time_t Creature::GetLinkedCreatureRespawnTime() const return 0; } + |