We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00075f7 commit 8c47db5Copy full SHA for 8c47db5
src/plugins/npcs/lumbridge/bob.plugin.ts
@@ -8,7 +8,7 @@ const bobHook: NpcInteractionActionHook = {
8
npcs: 'rs:lumbridge_bob',
9
options: 'trade',
10
walkTo: true,
11
- handler: ({ player }) => findShop('rs:lumbridge_bobs_axes')?.open(player);
+ handler: ({ player }) => findShop('rs:lumbridge_bobs_axes')?.open(player)
12
};
13
14
const bobPlugin: ContentPlugin = {
0 commit comments