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/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index 5d47f13cf..8c815c37e 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6120,7 +6120,7 @@ int pc_dead(struct map_session_data *sd,struct block_list *src) /* e.g. not killed thru pc_damage */ if( pc_issit(sd) ) { - clif_status_load(&sd->bl,SI_SITTING,0); + clif_status_load(&sd->bl,SI_SIT,0); } pc_setdead(sd); -- cgit v1.2.3-60-g2f50