Check removed auto skill shortcuts.
This commit is contained in:
parent
4382ea4ee6
commit
219853c8f1
@ -58,7 +58,9 @@ public class RequestShortCutDel implements IClientIncomingPacket
|
||||
if (_slot > 263)
|
||||
{
|
||||
player.removeAutoSupplyItem(_id);
|
||||
player.removeAutoPotionItem(_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.removeAutoSkill(_id);
|
||||
}
|
||||
}
|
||||
|
@ -58,7 +58,9 @@ public class RequestShortCutDel implements IClientIncomingPacket
|
||||
if (_slot > 263)
|
||||
{
|
||||
player.removeAutoSupplyItem(_id);
|
||||
player.removeAutoPotionItem(_id);
|
||||
}
|
||||
else
|
||||
{
|
||||
player.removeAutoSkill(_id);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user