mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-01 08:27:46 +00:00
fix incorrect type usage
This commit is contained in:
parent
c1be28e9d3
commit
17018d6ccb
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,
|
void onEnterTerritory( InstanceContentPtr instance, Entity::Player& player, uint32_t eventId, uint16_t param1, uint16_t param2 ) override
|
||||||
unsigned int eventId, unsigned short param1, unsigned short param2 ) override
|
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue