|
From: <cn...@us...> - 2023-09-09 22:17:45
|
Revision: 1420
http://sourceforge.net/p/seq/svn/1420
Author: cn187
Date: 2023-09-09 22:17:43 +0000 (Sat, 09 Sep 2023)
Log Message:
-----------
Comment out connect2 call for unused OP_ZoneSpawns opcode
Modified Paths:
--------------
showeq/branches/cn187_devel/src/interface.cpp
Modified: showeq/branches/cn187_devel/src/interface.cpp
===================================================================
--- showeq/branches/cn187_devel/src/interface.cpp 2023-09-09 22:17:08 UTC (rev 1419)
+++ showeq/branches/cn187_devel/src/interface.cpp 2023-09-09 22:17:43 UTC (rev 1420)
@@ -6274,9 +6274,11 @@
m_spawnLogger, SLOT(logNewZone(const QString&)));
// Connect SpawnLog slots to EQPacket signals
+#if 0 // No longer used as of 5-22-2008
m_packet->connect2("OP_ZoneSpawns", SP_Zone, DIR_Server,
"spawnStruct", SZC_Modulus,
m_spawnLogger, SLOT(logZoneSpawns(const uint8_t*, size_t)));
+#endif
// OP_NewSpawn is deprecated in the client
// m_packet->connect2("OP_NewSpawn", SP_Zone, DIR_Server,
// "spawnStruct", SZC_Match,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|