diff options
author | Reid <reidyaro@gmail.com> | 2015-12-28 00:43:47 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-28 00:43:47 +0100 |
commit | 27f14ece8328962da32adca589da0b24007ddca7 (patch) | |
tree | c38ec2c929fa87e0b34da0cdd35d9fbee71b5275 /npc/000-1/gugli.txt | |
parent | 7b8b0aae003feeec9063d05177210b9ed9a3cf9a (diff) | |
download | serverdata-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/gugli.txt')
-rw-r--r-- | npc/000-1/gugli.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/gugli.txt b/npc/000-1/gugli.txt index d61f9950..50e4445a 100644 --- a/npc/000-1/gugli.txt +++ b/npc/000-1/gugli.txt @@ -23,7 +23,7 @@ // 22 Gave all of the box to Gugli. 000-1,85,108,0 script Gugli NPC_GUGLI,{ - if (getq(getq(General_Narrator))) + if (getq(General_Narrator) > 0) { sailortalk; } |