mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
[General] Use correct packet ID in PacketActorCast
This commit is contained in:
parent
3a1e3cf0f5
commit
9b1fbcc6f9
@ -6,7 +6,7 @@ using namespace mwmp;
|
|||||||
|
|
||||||
PacketActorCast::PacketActorCast(RakNet::RakPeerInterface *peer) : ActorPacket(peer)
|
PacketActorCast::PacketActorCast(RakNet::RakPeerInterface *peer) : ActorPacket(peer)
|
||||||
{
|
{
|
||||||
packetID = ID_ACTOR_ATTACK;
|
packetID = ID_ACTOR_CAST;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PacketActorCast::Actor(BaseActor &actor, bool send)
|
void PacketActorCast::Actor(BaseActor &actor, bool send)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user