|
From: <iea...@us...> - 2009-08-21 03:03:56
|
Revision: 735
http://seq.svn.sourceforge.net/seq/?rev=735&view=rev
Author: ieatacid
Date: 2009-08-21 03:03:49 +0000 (Fri, 21 Aug 2009)
Log Message:
-----------
Fixes for 8/12/09
Modified Paths:
--------------
showeq/trunk/conf/zoneopcodes.xml
showeq/trunk/configure.in
showeq/trunk/src/s_everquest.h
Modified: showeq/trunk/conf/zoneopcodes.xml
===================================================================
--- showeq/trunk/conf/zoneopcodes.xml 2009-08-17 00:06:27 UTC (rev 734)
+++ showeq/trunk/conf/zoneopcodes.xml 2009-08-21 03:03:49 UTC (rev 735)
@@ -291,12 +291,13 @@
<!--
Not necessary for SEQ to run but here to name packets in logs.
-->
- <opcode id="7598" name="OP_SendAATable" updated="06/12/09">
+ <opcode id="3B85" name="OP_SendAATable" updated="08/12/09">
<comment></comment>
</opcode>
- <opcode id="1ce3" name="OP_SendAAStats" updated="06/12/09">
+ <opcode id="5832" name="OP_SendAAStats" updated="08/12/09">
<comment></comment>
</opcode>
+
<!-- Below are unverified as of 12-1-2007 -->
<opcode id="4d38" name="OP_AckPacket" updated="03/14/07">
<comment>Appears to be generic ack at the presentation level</comment>
Modified: showeq/trunk/configure.in
===================================================================
--- showeq/trunk/configure.in 2009-08-17 00:06:27 UTC (rev 734)
+++ showeq/trunk/configure.in 2009-08-21 03:03:49 UTC (rev 735)
@@ -2,7 +2,7 @@
dnl $Id$ $Name$
AC_PREREQ(2.59)
-AC_INIT(showeq, 5.13.5.0)
+AC_INIT(showeq, 5.13.6.0)
AC_CONFIG_SRCDIR(src/main.cpp)
AC_CANONICAL_SYSTEM
Modified: showeq/trunk/src/s_everquest.h
===================================================================
--- showeq/trunk/src/s_everquest.h 2009-08-17 00:06:27 UTC (rev 734)
+++ showeq/trunk/src/s_everquest.h 2009-08-21 03:03:49 UTC (rev 735)
@@ -65,7 +65,6 @@
AddStruct(groupUpdateStruct);
AddStruct(groupFullUpdateStruct);
AddStruct(groupInviteStruct);
-AddStruct(groupAltInviteStruct);
AddStruct(groupDeclineStruct);
AddStruct(groupFollowStruct);
AddStruct(groupDisbandStruct);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|