mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[10626] CONFIG_BOOL_SAVE_RESPAWN_TIME_IMMEDIATLY -> CONFIG_BOOL_SAVE_RESPAWN_TIME_IMMEDIATELY
This commit is contained in:
parent
784c0ca781
commit
2d87d68b4e
8 changed files with 9 additions and 9 deletions
|
|
@ -650,7 +650,7 @@ Map::Remove(T *obj, bool remove)
|
|||
if( remove )
|
||||
{
|
||||
// if option set then object already saved at this moment
|
||||
if(!sWorld.getConfig(CONFIG_BOOL_SAVE_RESPAWN_TIME_IMMEDIATLY))
|
||||
if(!sWorld.getConfig(CONFIG_BOOL_SAVE_RESPAWN_TIME_IMMEDIATELY))
|
||||
obj->SaveRespawnTime();
|
||||
|
||||
// Note: In case resurrectable corpse and pet its removed from global lists in own destructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue