From 156ab44b02dfc4b349c3c13c46b7ee5b458be033 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Sun, 29 Nov 2009 23:23:42 +0000 Subject: - Fixed typo in WoE:SE Castle announcements (bugreport:3714). - Fixed typo of a check in god_weapon_creation.txt (bugreport:3613). - Fixed missing changequest in Knight Job Quest (bugreport:3757). - Fixed placement of Control Device01#aru04 (bugreport:3716). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14178 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/seals/god_weapon_creation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/quests') diff --git a/npc/quests/seals/god_weapon_creation.txt b/npc/quests/seals/god_weapon_creation.txt index 6f2ef1976..d4c2a80d7 100644 --- a/npc/quests/seals/god_weapon_creation.txt +++ b/npc/quests/seals/god_weapon_creation.txt @@ -809,7 +809,7 @@ que_god01,293,3,0 script Godly Item Quests Related#god 90,{ mes "If you wish to cancel, please enter 0."; next; input .@input,0,4001; - if (.@iput < 0 || .@input > 4000) { + if (.@input < 0 || .@input > 4000) { mes "[Use in case of emergency]"; mes "Password is incorrect."; close; -- cgit v1.2.3-70-g09d2