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