Core: Fix build

This commit is contained in:
Vincent_Michael
2013-11-24 22:48:47 +01:00
parent 99456a9f70
commit 7cd21549f6
2 changed files with 4 additions and 3 deletions

View File

@@ -144,8 +144,8 @@ void WorldSession::HandlePetActionHelper(Unit* pet, uint64 guid1, uint32 spellid
CharmInfo* charmInfo = pet->GetCharmInfo();
if (!charmInfo)
{
TC_LOG_ERROR("network", "WorldSession::HandlePetAction(petGuid: " UI64FMTD ", tagGuid: " UI64FMTD ", spellId: %u, flag: %u): object (GUID: %u TypeId: %u) is considered pet-like but doesn't have a charminfo!",
guid1, guid2, spellid, flag, pet->GetGUIDLow(), pet->GetTypeId());
TC_LOG_ERROR("network", "WorldSession::HandlePetAction(petGuid: " UI64FMTD ", tagGuid: " UI64FMTD ", spellId: %u, flag: %u): object (GUID: %u Entry: %u TypeId: %u) is considered pet-like but doesn't have a charminfo!",
guid1, guid2, spellid, flag, pet->GetGUIDLow(), pet->GetEntry(), pet->GetTypeId());
return;
}

View File

@@ -207,7 +207,8 @@ public:
enum CrusadeRecruit
{
SPELL_QUEST_CREDIT = 50633,
QUEST_TROLL_PATROL_INTESTINAL_FORTITUDE = 12509
QUEST_TROLL_PATROL_INTESTINAL_FORTITUDE = 12509,
SAY_RECRUIT = 0
};
enum CrusadeRecruitEvents