summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authortechnote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-08 23:41:53 +0000
committertechnote24 <technote24@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-04-08 23:41:53 +0000
commit68c4c735455439e9c849b4c81d8a598e76d90c57 (patch)
treefd83ed067839c593e21d83370daa404562dd1c62 /src/map/pc.c
parent305303ce8e4f18c2a57b5ea846cf5b7992ade4d6 (diff)
downloadhercules-68c4c735455439e9c849b4c81d8a598e76d90c57.tar.gz
hercules-68c4c735455439e9c849b4c81d8a598e76d90c57.tar.bz2
hercules-68c4c735455439e9c849b4c81d8a598e76d90c57.tar.xz
hercules-68c4c735455439e9c849b4c81d8a598e76d90c57.zip
=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
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
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);