From 9688de270b1fd6bc3bb907fa304fbc7235c053b4 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 30 Jan 2015 15:17:38 -0800 Subject: Typo fixes in variable names --- world/map/npc/020-2/baktar.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/020-2') diff --git a/world/map/npc/020-2/baktar.txt b/world/map/npc/020-2/baktar.txt index 1c6e3202..cc6b7ef2 100644 --- a/world/map/npc/020-2/baktar.txt +++ b/world/map/npc/020-2/baktar.txt @@ -95,9 +95,9 @@ L_Delivery: goto L_Close; L_Start: - if(sex) + if(Sex) set @type$, "man"; - if(!sex) + if(!Sex) set @type$, "woman"; if(@Q_status & (1<<@BIT_KNOWHIM)) goto L_KnowAlready; -- cgit v1.2.3-60-g2f50