|
From: Chad M. <cmm...@us...> - 2005-05-10 21:58:02
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2902/conf Modified Files: Tag: pre_5_0_beta zoneopcodes.xml Log Message: Forgot the payload for OP_AAExpUpdate. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/zoneopcodes.xml,v retrieving revision 1.1.4.17 retrieving revision 1.1.4.18 diff -u -d -r1.1.4.17 -r1.1.4.18 --- zoneopcodes.xml 10 May 2005 15:46:15 -0000 1.1.4.17 +++ zoneopcodes.xml 10 May 2005 21:57:36 -0000 1.1.4.18 @@ -400,6 +400,7 @@ </opcode> <opcode id="0c78" name="OP_AAExpUpdate" updated="02/15/05"> <comment>Receiving AA experience. Also when percent to AA changes.</comment> + <payload dir="server" typename="altExpUpdateStruct" sizechecktype="match"/> </opcode> <opcode id="412a" name="OP_GetGuildMOTD" updated="02/15/05"> <comment></comment> |