|
From: Chad M. <cmm...@us...> - 2006-03-02 01:03:19
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17309/conf Modified Files: zoneopcodes.xml Log Message: Fixed casting by mapping the new actionAltStruct to the spellshell. Found light, gm in spawnStruct. Added in some opcodes. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/zoneopcodes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- zoneopcodes.xml 27 Feb 2006 23:19:18 -0000 1.11 +++ zoneopcodes.xml 2 Mar 2006 01:03:12 -0000 1.12 @@ -526,7 +526,7 @@ <opcode id="4653" name="OP_Action" updated="02/21/06"> <comment></comment> <payload dir="both" typename="actionStruct" sizechecktype="match"/> - <payload dir="server" typename="actionAltStruct" sizechecktype="match"/> + <payload dir="both" typename="actionAltStruct" sizechecktype="match"/> </opcode> <opcode id="195b" name="OP_SpecialMesg" updated="02/21/06"> <comment>Communicate textual info to client</comment> @@ -647,7 +647,7 @@ <comment>old RandomReqCode</comment> <payload dir="client" typename="randomReqStruct" sizechecktype="match"/> </opcode> - <opcode id="304b" name="OP_CastSpell" updated="12/07/05"> + <opcode id="4ef9" name="OP_CastSpell" updated="02/21/06"> <comment>old StartCastCode</comment> <payload dir="both" typename="startCastStruct" sizechecktype="match"/> </opcode> |