summaryrefslogtreecommitdiff
path: root/npc/quests/seals
diff options
context:
space:
mode:
authorKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-29 23:23:42 +0000
committerKisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-11-29 23:23:42 +0000
commit156ab44b02dfc4b349c3c13c46b7ee5b458be033 (patch)
tree5e20d5b910be0fefd2f67c5ca36d8478c33d1b10 /npc/quests/seals
parente2ac585b80854892b736173006b9d800bc5e3fd4 (diff)
downloadhercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.gz
hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.bz2
hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.tar.xz
hercules-156ab44b02dfc4b349c3c13c46b7ee5b458be033.zip
- 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
Diffstat (limited to 'npc/quests/seals')
-rw-r--r--npc/quests/seals/god_weapon_creation.txt2
1 files changed, 1 insertions, 1 deletions
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;