mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 11:28:22 +02:00
Merged in skeletonhorn/ffxiv-classic-server-ai-fork/ai-open (pull request #4)
Minor changes to fix equipability bugs
This commit is contained in:
commit
9077c60b96
2 changed files with 4 additions and 3 deletions
|
@ -1936,7 +1936,9 @@ namespace FFXIVClassic_Map_Server.Actors
|
|||
//If the returned value is outside the hotbar, it indicates it wasn't found.
|
||||
private ushort FindFirstCommandSlotById(uint commandId)
|
||||
{
|
||||
commandId |= 0xA0F00000;
|
||||
if(commandId != 0)
|
||||
commandId |= 0xA0F00000;
|
||||
|
||||
ushort firstSlot = (ushort)(charaWork.commandBorder + 30);
|
||||
|
||||
for (ushort i = charaWork.commandBorder; i < charaWork.commandBorder + 30; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue