aboutsummaryrefslogtreecommitdiff
path: root/src/game/ItemEnchantmentMgr.cpp
diff options
context:
space:
mode:
authormalcrom <none@none>2010-05-18 14:22:51 -0230
committermalcrom <none@none>2010-05-18 14:22:51 -0230
commit2b7d92a40198f51d37f705adc160c356a391d092 (patch)
treef29436ae7a7ea0942270d3e6e80c00bf1702dd5f /src/game/ItemEnchantmentMgr.cpp
parentd1b9a54951168388cc540e0160193d13186bb29e (diff)
Some more engrish to english logerror updates.
--HG-- branch : trunk
Diffstat (limited to 'src/game/ItemEnchantmentMgr.cpp')
-rw-r--r--src/game/ItemEnchantmentMgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/ItemEnchantmentMgr.cpp b/src/game/ItemEnchantmentMgr.cpp
index d452f9f6429..8594ea864ba 100644
--- a/src/game/ItemEnchantmentMgr.cpp
+++ b/src/game/ItemEnchantmentMgr.cpp
@@ -105,7 +105,7 @@ uint32 GetItemEnchantMod(int32 entry)
if (tab == RandomItemEnch.end())
{
- sLog.outErrorDb("Item RandomProperty / RandomSuffix id #%u used in `item_template` but it doesn't have records in `item_enchantment_template` table.",entry);
+ sLog.outErrorDb("Item RandomProperty / RandomSuffix id #%u used in `item_template` but it does not have records in `item_enchantment_template` table.",entry);
return 0;
}