summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-12 21:41:39 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-12 21:41:39 -0300
commitba5a764ee4397dd2cefc218444657c8f44a8c13a (patch)
tree8e018a57b662741ea6be86c1f99b5d9411543a76 /npc/003-1
parent34a75b3a31569578199a1d82225721710de0b065 (diff)
downloadserverdata-ba5a764ee4397dd2cefc218444657c8f44a8c13a.tar.gz
serverdata-ba5a764ee4397dd2cefc218444657c8f44a8c13a.tar.bz2
serverdata-ba5a764ee4397dd2cefc218444657c8f44a8c13a.tar.xz
serverdata-ba5a764ee4397dd2cefc218444657c8f44a8c13a.zip
Fix SQL?
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/ship.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt
index fc256f713..3612d702b 100644
--- a/npc/003-1/ship.txt
+++ b/npc/003-1/ship.txt
@@ -25,7 +25,7 @@ OnTouch:
L_Warp:
/* Is Hurnscald already liberated? Precendence. */
if (!$HURNS_LIBDATE) {
- query_sql("SELECT online FROM char WHERE name='Saulc GM'", .@online);
+ query_sql("SELECT online FROM `char` WHERE name='Saulc GM'", .@online);
if (is_gm())
dispbottom l("GMs are NOT allowed on Hurnscald Liberation day.");
else if (.@online)