mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +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 );
|
pPlayer->teleport( aetheryteId );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
else if( ( subCommand == "unlockaetheryte" ) && ( params != "" ) )
|
||||||
|
{
|
||||||
|
for( uint8_t i = 0; i < 255; i++ )
|
||||||
|
pPlayer->registerAetheryte( i );
|
||||||
|
}
|
||||||
|
|
||||||
else if( ( subCommand == "discovery" ) && ( params != "" ) )
|
else if( ( subCommand == "discovery" ) && ( params != "" ) )
|
||||||
{
|
{
|
||||||
int32_t map_id;
|
int32_t map_id;
|
||||||
|
|
Loading…
Add table
Reference in a new issue