|
From: <cn...@us...> - 2021-02-18 17:45:48
|
Revision: 1146
http://sourceforge.net/p/seq/svn/1146
Author: cn187
Date: 2021-02-18 17:45:45 +0000 (Thu, 18 Feb 2021)
Log Message:
-----------
Update guild tag opcodes for 02/17/21
Modified Paths:
--------------
showeq/branches/cn187_devel/conf/zoneopcodes.xml
Modified: showeq/branches/cn187_devel/conf/zoneopcodes.xml
===================================================================
--- showeq/branches/cn187_devel/conf/zoneopcodes.xml 2021-02-18 17:45:35 UTC (rev 1145)
+++ showeq/branches/cn187_devel/conf/zoneopcodes.xml 2021-02-18 17:45:45 UTC (rev 1146)
@@ -535,11 +535,11 @@
<comment>Listing of all guilds. Can be triggered by /lfg search?</comment>
<payload dir="server" typename="uint8_t" sizechecktype="none"/>
</opcode>
- <opcode id="248a" name="OP_GuildsInZoneList" updated="01/20/21">
+ <opcode id="6ec0" name="OP_GuildsInZoneList" updated="02/17/21">
<comment>Listing of guild names present in the current zone. Generally seen on zoning</comment>
<payload dir="server" typename="guildsInZoneListStruct" sizechecktype="none"/>
</opcode>
- <opcode id="14a2" name="OP_NewGuildInZone" updated="01/20/21">
+ <opcode id="33ba" name="OP_NewGuildInZone" updated="02/17/21">
<comment>An additional guild name has appeared in the current zone. Seen when a guilded player enters the current zone</comment>
<payload dir="server" typename="newGuildInZoneStruct" sizechecktype="none"/>
</opcode>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|