Core: Fix warnings

This commit is contained in:
Vincent-Michael
2014-08-24 18:08:29 +02:00
parent b086b21207
commit 4a58341e6d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1 @@
copy /a ..\sql\updates\world\*.sql /b world_updates.sql
copy /a ..\sql\updates\auth\*.sql /b auth_updates.sql

View File

@@ -227,6 +227,8 @@ bool Condition::Meets(ConditionSourceInfo& sourceInfo)
case TYPEID_GAMEOBJECT:
condMeets &= object->ToGameObject()->GetDBTableGUIDLow() == ConditionValue3;
break;
default:
break;
}
}
}