diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index 54877f1c8..15f071dda 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -491,7 +491,7 @@ void ObjectMgr::LoadCreatureTemplates() CreatureInfo const* heroicInfo = GetCreatureTemplate(cInfo->HeroicEntry); if (!heroicInfo) { - sLog.outErrorDb("Creature (Entry: %u) have `heroic_entry`=%u but creature entry %u not exist.",cInfo->HeroicEntry,cInfo->HeroicEntry); + sLog.outErrorDb("Creature (Entry: %u) have `heroic_entry`=%u but creature entry %u not exist.", i, cInfo->HeroicEntry, cInfo->HeroicEntry); continue; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index e00a6fe6d..995a5f133 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8386" + #define REVISION_NR "8387" #endif // __REVISION_NR_H__