[10626] CONFIG_BOOL_SAVE_RESPAWN_TIME_IMMEDIATLY -> CONFIG_BOOL_SAVE_RESPAWN_TIME_IMMEDIATELY

This commit is contained in:
XTZGZoReX 2011-01-16 18:47:46 +01:00
parent 784c0ca781
commit 2d87d68b4e
8 changed files with 9 additions and 9 deletions

View file

@ -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