Initial work on OP_ItemRecastDelay

This commit is contained in:
Michael Cook (mackal)
2014-10-01 16:22:45 -04:00
parent be52d413db
commit 7800cbbe96
7 changed files with 28 additions and 0 deletions
+1
View File
@@ -306,6 +306,7 @@ OUTz(OP_FinishWindow2);
//OUTv(OP_AdventureMerchantResponse, strlen(msg)+2);
OUTv(OP_ItemPacket, ItemPacket_Struct);
OUTv(OP_ColoredText, ColoredText_Struct);
OUTv(OP_ItemRecastDelay, ItemRecastDelay_Struct);
OUTv(OP_FormattedMessage, FormattedMessage_Struct);
OUTv(OP_GuildMemberList, uint32); //variable length, but nasty
OUTv(OP_InterruptCast, InterruptCast_Struct);