summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorvalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-05 20:59:29 +0000
committervalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-05 20:59:29 +0000
commitac593dc91efaf23a881e8a8b86f3a72c6621cb36 (patch)
tree9ad7cefc60cc9251b3e497cccf10e544e43d28a5 /src/map/script.c
parente35ad7efa0336d241f252ccf6bbaed2e2fa4598d (diff)
downloadhercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.tar.gz
hercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.tar.bz2
hercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.tar.xz
hercules-ac593dc91efaf23a881e8a8b86f3a72c6621cb36.zip
Fixed crash from guild skill point allocation, there seems to be a problem with guilds loading still.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@16 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 534e50cd1..1636c7f45 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -3182,7 +3182,7 @@ int buildin_getskilllv(struct script_state *st)
* skill_id = 10000 : GD_APPROVAL
* 10001 : GD_KAFRACONTACT
* 10002 : GD_GUARDIANRESEARCH
- * 10003 : GD_CHARISMA
+ * 10003 : GD_GUARDUP
* 10004 : GD_EXTENSION
*------------------------------------------
*/