Core/Maps: Implemented PolygonBoundary

Port From (https://github.com/TrinityCore/TrinityCore/commit/aed08b8a82cd4c14a6831ace7e9c4065ce29c5a4)
This commit is contained in:
Hondacrx
2025-06-08 18:50:11 -04:00
parent 54f4251399
commit d42c450423
2 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -384,7 +384,7 @@ namespace Game.Maps
CreatureUnitRelocationWorker(i_creature, player);
}
}
public class PacketSenderRef : IDoWork<Player>
{
ServerPacket Data;