mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[c12554] Correct error output for item_enchantment_template table
This commit is contained in:
parent
2be2854ff2
commit
7bdc58625d
2 changed files with 3 additions and 3 deletions
|
|
@ -75,7 +75,7 @@ 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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "12553"
|
||||
#define REVISION_NR "12554"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue