mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 17:27:47 +00:00
Remove logging line
This commit is contained in:
parent
62dabd571c
commit
637fe3614d
1 changed files with 0 additions and 2 deletions
|
@ -1165,8 +1165,6 @@ void Sapphire::Entity::Player::unlockMount( uint32_t mountId )
|
||||||
auto& exdData = Common::Service< Data::ExdData >::ref();
|
auto& exdData = Common::Service< Data::ExdData >::ref();
|
||||||
auto mount = exdData.getRow< Component::Excel::Mount >( mountId );
|
auto mount = exdData.getRow< Component::Excel::Mount >( mountId );
|
||||||
|
|
||||||
Logger::debug("Order: {0}", mount->data().MountOrder);
|
|
||||||
|
|
||||||
if ( mount->data().MountOrder == -1 )
|
if ( mount->data().MountOrder == -1 )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue