mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-05 16:49:06 +00:00
Add more shop definitions, Add legends guild stores (#217)
* remove trailing \t add legends guil shop * Add missing shops * remove out of scope items (non 317) * fix item id * Add legends guild shop npc * Add Legends Guild General Store. * Update ShopHandler.java
This commit is contained in:
@@ -82,11 +82,11 @@ public class NpcActions {
|
||||
|
||||
case 693: //rang guild shots
|
||||
c.getDialogueHandler().sendDialogues(3201, npcType);
|
||||
break;
|
||||
break;
|
||||
|
||||
case 694: //rang guild store
|
||||
c.getShopAssistant().openShop(111);
|
||||
break;
|
||||
break;
|
||||
|
||||
case 1834:
|
||||
c.getDialogueHandler().sendDialogues(1378, npcType);
|
||||
|
||||
Reference in New Issue
Block a user