Core/OutdoorPvP: fix another warning

(cherry picked from commit 6b49380806)
This commit is contained in:
ariel-
2017-06-11 22:37:30 +02:00
committed by Carbenium
parent 66d66b00ee
commit 47ca8cb021

View File

@@ -78,7 +78,7 @@ bool OutdoorPvPHP::SetupOutdoorPvP()
SetMapFromZone(OutdoorPvPHPBuffZones[0]);
// add the zones affected by the pvp buff
for (int i = 0; i < OutdoorPvPHPBuffZonesNum; ++i)
for (uint32 i = 0; i < OutdoorPvPHPBuffZonesNum; ++i)
RegisterZone(OutdoorPvPHPBuffZones[i]);
AddCapturePoint(new OPvPCapturePointHP(this, HP_TOWER_BROKEN_HILL));