summaryrefslogtreecommitdiff
path: root/npc/000-1/tibbo.txt
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-12-28 00:43:47 +0100
committerReid <reidyaro@gmail.com>2015-12-28 00:43:47 +0100
commit27f14ece8328962da32adca589da0b24007ddca7 (patch)
treec38ec2c929fa87e0b34da0cdd35d9fbee71b5275 /npc/000-1/tibbo.txt
parent7b8b0aae003feeec9063d05177210b9ed9a3cf9a (diff)
downloadserverdata-27f14ece8328962da32adca589da0b24007ddca7.tar.gz
serverdata-27f14ece8328962da32adca589da0b24007ddca7.tar.bz2
serverdata-27f14ece8328962da32adca589da0b24007ddca7.tar.xz
serverdata-27f14ece8328962da32adca589da0b24007ddca7.zip
Fix a typo on the sailortalk function (replaced getq(getq()) by getq()).
Diffstat (limited to 'npc/000-1/tibbo.txt')
-rw-r--r--npc/000-1/tibbo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt
index 9a51708f..11ed6e04 100644
--- a/npc/000-1/tibbo.txt
+++ b/npc/000-1/tibbo.txt
@@ -8,7 +8,7 @@
// Aquada box.
000-1,34,111,0 script Tibbo NPC_ELVEN_MAN_STANDING,{
- if (getq(getq(General_Narrator)))
+ if (getq(General_Narrator) > 0)
{
sailortalk;
}