From 68c4c735455439e9c849b4c81d8a598e76d90c57 Mon Sep 17 00:00:00 2001 From: technote24 Date: Sun, 8 Apr 2012 23:41:53 +0000 Subject: =General *Added some jobs with ID's and MAPID's masks to prepare for the adding of more jobs in const.txt *Fixed a typo on JOBL_THIRD check in const.txt *Added all currently known tags and ID's support for NPC's, skills, status, and units. *Changed SI_SITTING to official name SI_SIT. *Increased MAX_SKILL to 3040. =NPC *Corrected a typo in the jobmaster script. -Fixed required job level for changing to 3rd to 50. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15836 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 317ec007e..c646a9f09 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -12712,9 +12712,9 @@ int skill_sit (struct map_session_data *sd, int type) } if( type ) { - clif_status_load(&sd->bl,SI_SITTING,1); + clif_status_load(&sd->bl,SI_SIT,1); } else { - clif_status_load(&sd->bl,SI_SITTING,0); + clif_status_load(&sd->bl,SI_SIT,0); } if (!flag) return 0; -- cgit v1.2.3-70-g09d2