|
From: <cn...@us...> - 2023-09-09 22:14:33
|
Revision: 1418
http://sourceforge.net/p/seq/svn/1418
Author: cn187
Date: 2023-09-09 22:14:31 +0000 (Sat, 09 Sep 2023)
Log Message:
-----------
Comment out connect2 call for unused OP_ZoneSpawns opcode
Modified Paths:
--------------
showeq/trunk/src/interface.cpp
Modified: showeq/trunk/src/interface.cpp
===================================================================
--- showeq/trunk/src/interface.cpp 2023-08-17 00:16:57 UTC (rev 1417)
+++ showeq/trunk/src/interface.cpp 2023-09-09 22:14:31 UTC (rev 1418)
@@ -6264,9 +6264,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.
|