mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 22:17:45 +00:00
fix incorrect type usage
This commit is contained in:
parent
2eb148a7b3
commit
2ac01971f9
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ public:
|
|||
|
||||
}
|
||||
|
||||
void onEnterTerritory( boost::shared_ptr <Core::InstanceContent> instance, Core::Entity::Player& player,
|
||||
unsigned int eventId, unsigned short param1, unsigned short param2 ) override
|
||||
void onEnterTerritory( InstanceContentPtr instance, Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2 ) override
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue