caught more places

This commit is contained in:
ricardocampos23
2014-04-10 14:09:41 +01:00
parent 6d2eb6d03f
commit 97e261e5af
5 changed files with 50 additions and 4 deletions
+2 -1
View File
@@ -199,7 +199,8 @@ void WorldDatabase::GetCharSelectInfo(uint32 account_id, CharacterSelect_Struct*
// the weapons are kept elsewhere
if ((material == MaterialPrimary) || (material == MaterialSecondary))
{
if (strlen(item->GetItem()->IDFile) > 2) {
if (strlen(item->GetItem()->IDFile) > 2)
{
uint32 idfile = 0;
if (item->HasOrnamentation())
{