|
From: Chad M. <cmm...@us...> - 2005-05-17 01:09:13
|
Update of /cvsroot/seq/showeq/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21285/conf Modified Files: Tag: pre_5_0_beta zoneopcodes.xml Log Message: Fixed op_SpawnRename, which it turns out renames the Veteran AA jesters after they spawn from SoAndSo's Ward to a_jester_of_bristlebane. Index: zoneopcodes.xml =================================================================== RCS file: /cvsroot/seq/showeq/conf/Attic/zoneopcodes.xml,v retrieving revision 1.1.4.19 retrieving revision 1.1.4.20 diff -u -d -r1.1.4.19 -r1.1.4.20 --- zoneopcodes.xml 15 May 2005 16:06:25 -0000 1.1.4.19 +++ zoneopcodes.xml 16 May 2005 01:56:00 -0000 1.1.4.20 @@ -21,10 +21,6 @@ <comment>old CorpseLocCode:</comment> <payload dir="server" typename="corpseLocStruct" sizechecktype="match"/> </opcode> - <opcode id="0b8b" name="OP_SpawnRename" updated="02/15/05"> - <comment>Spawns getting renamed after initial NewSpawn</comment> - <payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/> - </opcode> <!-- OLD OPCODES. These haven't been mapped in a post 1/26/2005 world. If you @@ -748,4 +744,8 @@ <comment>old SkillIncCode</comment> <payload dir="server" typename="skillIncStruct" sizechecktype="match"/> </opcode> + <opcode id="5958" name="OP_SpawnRename" updated="05/11/05"> + <comment>Spawns getting renamed after initial NewSpawn</comment> + <payload dir="server" typename="spawnRenameStruct" sizechecktype="match"/> + </opcode> </seqopcodes> |