mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-13 19:07:45 +00:00
Fix formatting and remove unnecessary header
This commit is contained in:
parent
eec317c35d
commit
9da566f19b
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
#include <Actor/Player.h>
|
||||
#include <Manager/EventMgr.h>
|
||||
#include <Manager/PlayerMgr.h>
|
||||
#include <ScriptObject.h>
|
||||
#include <Service.h>
|
||||
|
||||
|
@ -143,7 +142,7 @@ private:
|
|||
eventMgr().playQuestScene( player, getId(), 1, HIDE_HOTBAR, bindSceneReturn( &ManWil002::Scene00001Return ) );
|
||||
}
|
||||
|
||||
void Scene00001Return ( World::Quest& quest, Entity::Player& player, const Event::SceneResult& result )
|
||||
void Scene00001Return( World::Quest& quest, Entity::Player& player, const Event::SceneResult& result )
|
||||
{
|
||||
Scene00002( quest, player );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue