From fab091da2d7c3666c5124b3df42f7f0c6fd00a5b Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Wed, 1 Oct 2014 20:52:40 -0400 Subject: [PATCH] Move OP_ItemRecastDelay to the right spot --- common/emu_oplist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/emu_oplist.h b/common/emu_oplist.h index 8126fc773..6ddd59123 100644 --- a/common/emu_oplist.h +++ b/common/emu_oplist.h @@ -254,6 +254,7 @@ N(OP_ItemLinkText), N(OP_ItemName), N(OP_ItemPacket), N(OP_ItemPreview), +N(OP_ItemRecastDelay), N(OP_ItemVerifyReply), N(OP_ItemVerifyRequest), N(OP_ItemViewUnknown), @@ -542,5 +543,4 @@ N(OP_ZoneServerInfo), N(OP_ZoneServerReady), N(OP_ZoneSpawns), N(OP_ZoneUnavail), -N(OP_ItemRecastDelay), // mail and chat opcodes located in ../mail_oplist.h