mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 12:47:54 +00:00
Fixed OP_AugmentInfo packet processing that I broked'd
This commit is contained in:
@@ -990,11 +990,6 @@ namespace Client62
|
||||
FINISH_DIRECT_DECODE();
|
||||
}
|
||||
|
||||
#if 0
|
||||
// needs to be tested (and OpCode found)
|
||||
DECODE(OP_AugmentInfo) { DECODE_FORWARD(OP_ReadBook); }
|
||||
#endif
|
||||
|
||||
DECODE(OP_AugmentItem)
|
||||
{
|
||||
DECODE_LENGTH_EXACT(structs::AugmentItem_Struct);
|
||||
|
||||
Reference in New Issue
Block a user