mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 19:38:26 +02:00
derp
This commit is contained in:
parent
b633126568
commit
ba13d5798d
47 changed files with 144 additions and 144 deletions
|
@ -28,7 +28,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle
|
|||
|
||||
binWriter.Seek(0x58, SeekOrigin.Begin);
|
||||
foreach (BattleAction action in actionList)
|
||||
binWriter.Write((UInt32)action.tarGetId);
|
||||
binWriter.Write((UInt32)action.targetId);
|
||||
|
||||
binWriter.Seek(0xA0, SeekOrigin.Begin);
|
||||
foreach (BattleAction action in actionList)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue