diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-21 14:36:42 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-21 14:36:42 +0000 |
commit | 407ae9e1d6ebfcdc185c82fc7ae45747d5b4d33c (patch) | |
tree | 0f90387b0bf72ece5dc3adf33d12c6e260f6803d | |
parent | 31940caab4a36502a1243d04a3d013bc69c20041 (diff) | |
download | hercules-407ae9e1d6ebfcdc185c82fc7ae45747d5b4d33c.tar.gz hercules-407ae9e1d6ebfcdc185c82fc7ae45747d5b4d33c.tar.bz2 hercules-407ae9e1d6ebfcdc185c82fc7ae45747d5b4d33c.tar.xz hercules-407ae9e1d6ebfcdc185c82fc7ae45747d5b4d33c.zip |
2 typos fixed
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8834 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/other/Global_Functions.txt | 16 | ||||
-rw-r--r-- | npc/quests/skills/merchant_skills.txt | 2 |
2 files changed, 8 insertions, 10 deletions
diff --git a/npc/other/Global_Functions.txt b/npc/other/Global_Functions.txt index 3325170b1..4f2f8d747 100644 --- a/npc/other/Global_Functions.txt +++ b/npc/other/Global_Functions.txt @@ -28,7 +28,7 @@ //= 2.04 Added dtseligible 2 (becomes MISC_QUEST|128) to F_ClearGarbage [Evera]
//= 2.05 Book of Devil -> MISC_QUEST|256, clear other Niflheim garbage vars [Lupus]
//= +more garbage clean
-//= 2,06 Pass to Bio-Lab -> MISC_QUEST|256 [Lupus]
+//= 2.06 Pass to Bio-Lab -> MISC_QUEST|512 [Lupus]
//============================================================
@@ -103,16 +103,14 @@ function script F_ClearGarbage { //Cube Room
if(hzdun) {
set MISC_QUEST,MISC_QUEST|512;
- set cubekey,0;
- set axe,0; set ykey,0; set box,0; set num1,0;
- set num2,0; set num3,0; set num4,0; set num5,0;
+ set num1,0; set num2,0; set num3,0; set num4,0; set num5,0;
set num6,0; set num7,0; set num8,0; set num9,0;
- set knife,0; set redkey,0; set srod1,0; set srod2,0;
- set fkey,0; set gkey,0; set polygon,0; set machine,0;
- set bkey,0; set ellipse,0; set quadrangle,0; set rod,0;
- set hzdun,0;
- set piciburn,0;
+ set hzdun,0; set cubekey,0; set piciburn,0;
}
+ set axe,0; set ykey,0; set box,0;
+ set knife,0; set redkey,0; set srod1,0; set srod2,0;
+ set fkey,0; set gkey,0; set polygon,0; set machine,0;
+ set bkey,0; set ellipse,0; set quadrangle,0; set rod,0;
return;
}
diff --git a/npc/quests/skills/merchant_skills.txt b/npc/quests/skills/merchant_skills.txt index 59f8eb68f..fb25388b0 100644 --- a/npc/quests/skills/merchant_skills.txt +++ b/npc/quests/skills/merchant_skills.txt @@ -16,7 +16,7 @@ //= 1.2 Added Baby Class Support [Lupus]
//= 1.3 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon]
//= 1.4 Fixed exploits [Lupus]
-//= 1.4a Fixed some typos [IVBela] 1.4b Gershuan -> Gershaun
+//= 1.4a Fixed some typos [IVBela] 1.4b Gershaun -> Gershuan
//= changed perm. variables to temp ones [Lupus]
//============================================================
|