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

@@ -62,7 +62,7 @@ bool Eluna::OnQuestReward(Player* pPlayer, Creature* pCreature, Quest const* pQu
return CallAllFunctionsBool(CreatureEventBindings, CreatureUniqueBindings, entry_key, unique_key);
}
uint32 Eluna::GetDialogStatus(Player* pPlayer, Creature* pCreature)
uint32 Eluna::GetDialogStatus(const Player* pPlayer, const Creature* pCreature)
{
START_HOOK_WITH_RETVAL(CREATURE_EVENT_ON_DIALOG_STATUS, pCreature, DIALOG_STATUS_SCRIPTED_NO_STATUS);
Push(pPlayer);