otland / forgottenserver

A free and open-source MMORPG server emulator written in C++
https://otland.net
GNU General Public License v2.0
1.58k stars 1.05k forks source link

New global event: OnSave #4588

Closed ramon-bernardo closed 9 months ago

ramon-bernardo commented 9 months ago

Pull Request Prelude

Changes Proposed

Why don't we call in saveGameState? In situations like shutdown, things happen beforehand (players being sent off, etc.), so we call individually.