mirror of
https://github.com/moparisthebest/MoparClassic
synced 2024-11-14 05:05:10 -05:00
#61 - smelt bubble correction.
This commit is contained in:
parent
df28b4e8fb
commit
5c17297357
@ -1248,6 +1248,7 @@ public class InvUseOnObject implements PacketHandler {
|
||||
return;
|
||||
}
|
||||
}
|
||||
showBubble();
|
||||
if (owner.getCurStat(13) < smeltingDef.getReqLevel()) {
|
||||
owner.getActionSender().sendMessage(
|
||||
"You need a smithing level of "
|
||||
@ -1259,7 +1260,7 @@ public class InvUseOnObject implements PacketHandler {
|
||||
return;
|
||||
}
|
||||
owner.setBusy(true);
|
||||
showBubble();
|
||||
//showBubble();
|
||||
owner.getActionSender().sendMessage(
|
||||
"You smelt the " + item.getDef().getName()
|
||||
+ " in the furnace.");
|
||||
|
Loading…
Reference in New Issue
Block a user