1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-15 11:57:46 +00:00

Fix White Wolf Gate unlock

This commit is contained in:
dude22072 2023-01-17 17:21:52 -06:00
parent b3bd756946
commit ca8c40672c

View file

@ -119,7 +119,7 @@ private:
if( result.getResult( 0 ) == 1 ) if( result.getResult( 0 ) == 1 )
{ {
//TODO: Unlock Gate Aethernet? player.registerAetheryte(54);
player.finishQuest( getId() ); player.finishQuest( getId() );
} }
} }