mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Added UnequipAbility function, made EquipAbility work with zero indexed hotbar database, added new checks to EquipAbilityCommand.lua
This commit is contained in:
parent
91afda04ca
commit
c3fd8f917e
3 changed files with 124 additions and 89 deletions
|
@ -1259,6 +1259,8 @@ namespace FFXIVClassic_Map_Server
|
|||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
UnequipAbility(player, hotbarSlot);
|
||||
}
|
||||
|
||||
//Unequipping is done by sending an equip packet with 2700083200 as the ability and the hotbar slot of the action being unequipped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue