mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core: Fix build
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user