mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/OutdoorPvP: fix another warning
(cherry picked from commit 6b49380806)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user