Fixed CMSG_CLOSE_INTERACTION
This commit is contained in:
@@ -432,10 +432,11 @@ namespace Game
|
|||||||
_player.Prestige();
|
_player.Prestige();
|
||||||
}
|
}
|
||||||
|
|
||||||
[WorldPacketHandler(ClientOpcodes.CloseInteraction, Processing = PacketProcessing.ThreadSafe)]
|
[WorldPacketHandler(ClientOpcodes.CloseInteraction)]
|
||||||
void HandleCloseInteraction(CloseInteraction packet)
|
void HandleCloseInteraction(CloseInteraction closeInteraction)
|
||||||
{
|
{
|
||||||
_player.PlayerTalkClass.GetInteractionData().Reset();
|
if (_player.PlayerTalkClass.GetInteractionData().SourceGuid == closeInteraction.SourceGuid)
|
||||||
|
_player.PlayerTalkClass.GetInteractionData().Reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
[WorldPacketHandler(ClientOpcodes.ChatUnregisterAllAddonPrefixes)]
|
[WorldPacketHandler(ClientOpcodes.ChatUnregisterAllAddonPrefixes)]
|
||||||
|
|||||||
Reference in New Issue
Block a user