Core/PacketIO: Updated opcodes to 9.1.5

Port From (https://github.com/TrinityCore/TrinityCore/commit/98b95fb264c4f1e30613a6dbd4cc892c6265b548)
This commit is contained in:
hondacrx
2021-11-07 16:21:53 -05:00
parent ff51a1521e
commit 7b052d7594
3 changed files with 900 additions and 908 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -287,7 +287,7 @@ namespace Game
}
}
[WorldPacketHandler(ClientOpcodes.DepositGuildBankItem)]
//[WorldPacketHandler(ClientOpcodes.DepositGuildBankItem)]
void HandleDepositGuildBankItem(DepositGuildBankItem depositGuildBankItem)
{
if (!GetPlayer().GetGameObjectIfCanInteractWith(depositGuildBankItem.Banker, GameObjectTypes.GuildBank))
@@ -235,7 +235,7 @@ namespace Game.Networking.Packets
public class FeatureSystemStatus2 : ServerPacket
{
public FeatureSystemStatus2() : base(ServerOpcodes.FeatureSystemStatus2) { }
public FeatureSystemStatus2() : base(ServerOpcodes.None) { }
public override void Write()
{