forked from MagicBane/Server
mob resists
This commit is contained in:
@@ -40,7 +40,7 @@ public class PrintResistsCmd extends AbstractDevCmd {
|
||||
name = mb.getFirstName();
|
||||
type = "Mob";
|
||||
throwbackInfo(pc, "Server resists for " + type + ' ' + name);
|
||||
((Mob)tar).mobResists.printResistsToClient(pc);
|
||||
tar.getResists().printResistsToClient(pc);
|
||||
return;
|
||||
} else if (tar instanceof NPC) {
|
||||
NPC npc = (NPC) tar;
|
||||
|
||||
Reference in New Issue
Block a user