Fix cmangos tbc compile

This commit is contained in:
Rochet2
2016-12-09 23:57:40 +02:00
parent 4cd1c608a3
commit b6270285f8
3 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ bool Eluna::OnQuestReward(Player* pPlayer, GameObject* pGameObject, Quest const*
return CallAllFunctionsBool(GameObjectEventBindings, key);
}
uint32 Eluna::GetDialogStatus(Player* pPlayer, GameObject* pGameObject)
uint32 Eluna::GetDialogStatus(const Player* pPlayer, const GameObject* pGameObject)
{
START_HOOK_WITH_RETVAL(GAMEOBJECT_EVENT_ON_DIALOG_STATUS, pGameObject->GetEntry(), false);
Push(pPlayer);