mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
Optional is a DWORD in older packets
This commit is contained in:
+1
-1
@@ -2540,7 +2540,7 @@ void TaskManager::SendTaskActivityLong(Client *c, int TaskID, int ActivityID, in
|
||||
else
|
||||
buf.WriteUInt32(ActivityCastOn); // w/e!
|
||||
|
||||
buf.WriteUInt8(Optional);
|
||||
buf.WriteUInt32(Optional);
|
||||
buf.WriteUInt32(0); // solo, group, raid
|
||||
|
||||
buf.WriteString(Tasks[TaskID]->Activity[ActivityID].target_name); // target name string
|
||||
|
||||
Reference in New Issue
Block a user