diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-22 14:35:37 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-22 14:35:37 +0000 |
commit | c8d1511ef0ffa711b0042d4ebddf33074a3d849f (patch) | |
tree | 23e7b30eee702a07019a19b24751c95152317226 | |
parent | 354cb702a16a879a16d2db7c91fdeb32b14b5df8 (diff) | |
download | hercules-c8d1511ef0ffa711b0042d4ebddf33074a3d849f.tar.gz hercules-c8d1511ef0ffa711b0042d4ebddf33074a3d849f.tar.bz2 hercules-c8d1511ef0ffa711b0042d4ebddf33074a3d849f.tar.xz hercules-c8d1511ef0ffa711b0042d4ebddf33074a3d849f.zip |
Fixed some typos in skill_db.txt, caused by r11949 (bugreport:657)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11960 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/skill_db.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 94c39c255..be3eebda5 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -639,7 +639,7 @@ 1018,9,6,1,3,0x1,0,1,1,yes,0,0x1,0,magic,0, SA_ELEMENTFIRE,Elemental Change Fire 1019,9,6,1,4,0x1,0,1,1,yes,0,0x1,0,magic,0, SA_ELEMENTWIND,Elemental Change Wind -8001,9,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, HLIF_HEALHealing Touch +8001,9,6,4,0,0x1,0,5,1,no,0,0,0,magic,0, HLIF_HEAL,Healing Touch 8002,0,6,4,0,0x3,-1,5,1,no,0,0,0,none,0, HLIF_AVOID,Avoid 8003,0,0,0,0,0,1,5,0,no,0,0,0,none,0, HLIF_BRAIN,Brain Surgery 8004,0,6,4,0,0x1,0,3,0,no,0,0,0,none,0, HLIF_CHANGE,Change @@ -658,12 +658,12 @@ 10000,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_APPROVAL,Official Guild Approval 10001,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_KAFRACONTRACT,Kafra Contract -10002,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GUARDRESEARCHGuardian Research +10002,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GUARDRESEARCH,Guardian Research 10003,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GUARDUP,Strengthen Guardians -10004,0,0,0,0,0,0,10,0,no,0,0x10,0,none,0, GD_EXTENSIONGuild Extension -10005,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GLORYGUILDGuild's Glory -10006,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_LEADERSHIPGreat Leadership -10007,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_GLORYWOUNDSGlorious Wounds +10004,0,0,0,0,0,0,10,0,no,0,0x10,0,none,0, GD_EXTENSION,Guild Extension +10005,0,0,0,0,0,0,1,0,no,0,0x10,0,none,0, GD_GLORYGUILD,Guild's Glory +10006,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_LEADERSHIP,Great Leadership +10007,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_GLORYWOUNDS,Glorious Wounds 10008,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_SOULCOLD,Cold Heart 10009,0,0,0,0,0,2,1,0,no,0,0x10,0,none,0, GD_HAWKEYES,Sharp Gaze 10010,0,0,4,0,0x3,15,1,0,yes,0,0x10,0,none,0, GD_BATTLEORDER,Battle Orders |