mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
ItemTemplate: Fix warning about missing cases.
This commit is contained in:
@@ -670,6 +670,8 @@ struct ItemTemplate
|
||||
case INVTYPE_SHIELD:
|
||||
case INVTYPE_HOLDABLE:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
switch (GetClass())
|
||||
|
||||
Reference in New Issue
Block a user