|
From: <cn...@us...> - 2022-04-25 23:44:36
|
Revision: 1256
http://sourceforge.net/p/seq/svn/1256
Author: cn187
Date: 2022-04-25 23:44:34 +0000 (Mon, 25 Apr 2022)
Log Message:
-----------
Correct aura offset value, per Newby
Modified Paths:
--------------
showeq/trunk/src/spawnshell.cpp
Modified: showeq/trunk/src/spawnshell.cpp
===================================================================
--- showeq/trunk/src/spawnshell.cpp 2022-04-22 03:03:23 UTC (rev 1255)
+++ showeq/trunk/src/spawnshell.cpp 2022-04-25 23:44:34 UTC (rev 1256)
@@ -689,7 +689,7 @@
netStream.readText(); // skip 3 variable len strings
netStream.readText();
netStream.readText();
- netStream.skipBytes(62); // and 58 static bytes
+ netStream.skipBytes(58); // and 58 static bytes
}
spawn->charProperties = netStream.readUInt8();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|