forked from MagicBane/Server
NPc Manager for static NPC classes
This commit is contained in:
@@ -80,7 +80,7 @@ public class VendorDialogMsg extends ClientNetMsg {
|
||||
}
|
||||
|
||||
// Get NPC that player is talking to
|
||||
NPC npc = NPC.getFromCache(msg.vendorObjectID);
|
||||
NPC npc = NPCManager.getFromCache(msg.vendorObjectID);
|
||||
int npcClassID;
|
||||
|
||||
if (npc == null)
|
||||
|
||||
Reference in New Issue
Block a user