From a5506ed12914cffd08ed82db1d385218c96a719c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 12 Jun 2018 21:31:12 -0300 Subject: Fix SQL bug --- npc/012-1/guards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/012-1/guards.txt') diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 1031d4ad2..dee4f9d67 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 charname='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