diff options
| author | megamage <none@none> | 2009-02-01 16:12:51 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-01 16:12:51 -0600 |
| commit | db8301ce633e0009d9e528794f63be67095c7a7f (patch) | |
| tree | 5e82cc9ed7deb61a6e7ba37581782bcb77ece5e3 /src/game/Player.cpp | |
| parent | 50fa9c5933b582f0f506e52dc78240729cb9cfa0 (diff) | |
Add custom chance for some spells in 16180 and ranks (added in 308)
Show enchant id in error log
Signed-off-by: DiSlord <dislord@nomail.com>
--HG--
branch : trunk
Diffstat (limited to 'src/game/Player.cpp')
| -rw-r--r-- | src/game/Player.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp index e7afb155c5e..410bf1de68c 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -12397,7 +12397,7 @@ void Player::ApplyEnchantment(Item *item,EnchantmentSlot slot,bool apply, bool a // processed in Player::CastItemUseSpell break; default: - sLog.outError("Unknown item enchantment display type: %d",enchant_display_type); + sLog.outError("Unknown item enchantment (id = %d) display type: %d", enchant_id, enchant_display_type); break; } /*switch(enchant_display_type)*/ } /*for*/ |
