feat: expose OnPlayerUpdateArea() (#65)

This commit is contained in:
55Honey
2022-10-01 08:45:49 +02:00
committed by GitHub
parent ecc8d3136d
commit 655953ebfb
4 changed files with 16 additions and 0 deletions

View File

@@ -722,6 +722,11 @@ public:
sEluna->OnBindToInstance(player, difficulty, mapid, permanent);
}
void OnUpdateArea(Player* player, uint32 oldArea, uint32 newArea) override
{
sEluna->OnUpdateArea(player, oldArea, newArea);
}
void OnUpdateZone(Player* player, uint32 newZone, uint32 newArea) override
{
sEluna->OnUpdateZone(player, newZone, newArea);