mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-24 21:57:44 +00:00
Added unlockaetheryte command
This commit is contained in:
parent
28370ebd30
commit
d4a86366dd
1 changed files with 6 additions and 0 deletions
|
@ -201,6 +201,12 @@ void Core::GameCommandHandler::set( char * data, Core::Entity::PlayerPtr pPlayer
|
|||
pPlayer->teleport( aetheryteId );
|
||||
}
|
||||
|
||||
else if( ( subCommand == "unlockaetheryte" ) && ( params != "" ) )
|
||||
{
|
||||
for( uint8_t i = 0; i < 255; i++ )
|
||||
pPlayer->registerAetheryte( i );
|
||||
}
|
||||
|
||||
else if( ( subCommand == "discovery" ) && ( params != "" ) )
|
||||
{
|
||||
int32_t map_id;
|
||||
|
|
Loading…
Add table
Reference in a new issue