Advertisement
Guest User

hi

a guest
Feb 24th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.27 KB | None | 0 0
  1. // @Search:
  2. #include "log.h"
  3.  
  4. // @Add:
  5.  
  6. #ifdef ENABLE_DUNGEON_INFO_SYSTEM
  7.     #include "DungeonInfo.h"
  8. #endif
  9.  
  10. // @Search:
  11.  
  12.     ch->StartSaveEvent();
  13.     ch->StartRecoveryEvent();
  14.    
  15. // @Add:
  16. #ifdef ENABLE_DUNGEON_INFO_SYSTEM
  17.     DungeonInfo::instance().Update(ch);
  18. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement