From ba5a764ee4397dd2cefc218444657c8f44a8c13a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Jun 2018 21:41:39 -0300 Subject: Fix SQL? --- npc/003-1/ship.txt | 2 +- npc/012-1/guards.txt | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index dee4f9d67..df0efce16 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -249,7 +249,7 @@ OnInit: // Liberation Day Script 003-1,122,25,0 script Hurnsguard NPC_PLAYER,{ - query_sql("SELECT online FROM char WHERE name='Saulc GM'", .@online); + query_sql("SELECT online FROM `char` WHERE name='Saulc GM'", .@online); if (!.@online) { mesn; mesq l("We are planning to take over Hurnscald from the Monster King, and we will need everybody's help."); -- cgit v1.2.3-70-g09d2