From 27f14ece8328962da32adca589da0b24007ddca7 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 28 Dec 2015 00:43:47 +0100 Subject: Fix a typo on the sailortalk function (replaced getq(getq()) by getq()). --- npc/000-1/jalad.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/000-1/jalad.txt') diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index 146572ed..688b1e6a 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -8,7 +8,7 @@ // Plushroom box. 000-1,46,35,0 script Jalad NPC_ELVEN_MAN_TRADER_SITTING,{ - if (getq(getq(General_Narrator))) + if (getq(General_Narrator) > 0) { sailortalk; } -- cgit v1.2.3-60-g2f50