mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-22 10:36:06 +02:00
add ion's fix for BattleActionX10Packet crashing client
- add blizzara spell lua
This commit is contained in:
parent
9024f3fad6
commit
1ae15df64c
9 changed files with 33 additions and 27 deletions
|
@ -29,7 +29,7 @@ namespace FFXIVClassic_Map_Server.packets.send.actor.battle
|
|||
binWriter.Write((UInt16)commandId);
|
||||
binWriter.Write((UInt16)0x810); //?
|
||||
|
||||
binWriter.Seek(0x20, SeekOrigin.Begin);
|
||||
//binWriter.Seek(0x20, SeekOrigin.Begin);
|
||||
foreach (BattleAction action in actionList)
|
||||
binWriter.Write((UInt32)action.targetId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue