BFA Update (still lots of testing to do tho)
This commit is contained in:
@@ -203,7 +203,7 @@ namespace Game.Network.Packets
|
||||
|
||||
class LootList : ServerPacket
|
||||
{
|
||||
public LootList() : base(ServerOpcodes.LootList) { }
|
||||
public LootList() : base(ServerOpcodes.LootList, ConnectionType.Instance) { }
|
||||
|
||||
public override void Write()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user