mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
Core: Fix warnings
This commit is contained in:
@@ -1,2 +1 @@
|
||||
copy /a ..\sql\updates\world\*.sql /b world_updates.sql
|
||||
copy /a ..\sql\updates\auth\*.sql /b auth_updates.sql
|
||||
@@ -227,6 +227,8 @@ bool Condition::Meets(ConditionSourceInfo& sourceInfo)
|
||||
case TYPEID_GAMEOBJECT:
|
||||
condMeets &= object->ToGameObject()->GetDBTableGUIDLow() == ConditionValue3;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user