diff --git a/src/game/ItemEnchantmentMgr.cpp b/src/game/ItemEnchantmentMgr.cpp index d9ab4fad8..a89942ccc 100644 --- a/src/game/ItemEnchantmentMgr.cpp +++ b/src/game/ItemEnchantmentMgr.cpp @@ -75,10 +75,10 @@ void LoadRandomEnchantmentsTable() } else { - sLog.outErrorDb("Item Enchantment %u for entry %u has too high or too low chance %f, skipped.", ench, entry, chance); + sLog.outErrorDb("Item Enchantment %u for entry %i has too high or too low chance %f, skipped.", ench, entry, chance); continue; } - + ++count; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 65a6a9ac1..b3768f6d9 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 "12553" + #define REVISION_NR "12554" #endif // __REVISION_NR_H__