1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

fixed limsa and uldah intro quest

This commit is contained in:
Tahir Akhlaq 2018-03-02 16:27:04 +00:00
parent a164e7d3ce
commit c0acf3aad8
2 changed files with 0 additions and 3 deletions

View file

@ -63,8 +63,6 @@ private:
{
auto callback = [ this ]( Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2, uint16_t param3 )
{
player.updateQuest( getId(), 1 );
player.eventPlay( OPENING_EVENT_HANDLER, 0x1E, HIDE_HOTBAR | NO_DEFAULT_CAMERA, 1, 0 );
};

View file

@ -54,7 +54,6 @@ private:
{
auto callback = [ this ]( Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2, uint16_t param3 )
{
player.updateQuest( getId(), SEQ_FINISH );
player.eventPlay( OPENING_EVENT_HANDLER, 0x1E, HIDE_HOTBAR | NO_DEFAULT_CAMERA, 0, 0 );
};