mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 04:42:10 +01:00
Core: Warning fixes
This commit is contained in:
@@ -298,7 +298,7 @@ class boss_lord_marrowgar : public CreatureScript
|
||||
case DATA_SPIKE_IMMUNE + 1:
|
||||
case DATA_SPIKE_IMMUNE + 2:
|
||||
{
|
||||
int32 index = type - DATA_SPIKE_IMMUNE;
|
||||
uint32 index = uint32(type - DATA_SPIKE_IMMUNE);
|
||||
if (index < _boneSpikeImmune.size())
|
||||
return _boneSpikeImmune[index];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user