|
|
|
@ -289,6 +289,8 @@ public final class Bane {
@@ -289,6 +289,8 @@ public final class Bane {
|
|
|
|
|
//add bane commander NPC
|
|
|
|
|
int contractID = 1502042; |
|
|
|
|
baneCommander = NPC.createNPC("Bane Commander", contractID, spawnLoc, bane.getCity().getGuild(), ZoneManager.findSmallestZone(bane.getStone().loc), (short) 70, bane.getStone()); |
|
|
|
|
WorldGrid.addObject(baneCommander,spawnLoc.x,spawnLoc.z); |
|
|
|
|
WorldGrid.updateObject(baneCommander); |
|
|
|
|
} |
|
|
|
|
else |
|
|
|
|
{ |
|
|
|
|