summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-25 16:57:28 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-25 16:57:28 +0000
commit52887c3eaac37c958ef24d51a88dae3adf1e04d7 (patch)
tree565d0fb38e451184274a18382e4fc1f7494a6619 /src/map/script.c
parentc82c46496b3716a3db575d10c24843395dc1cdf4 (diff)
downloadhercules-52887c3eaac37c958ef24d51a88dae3adf1e04d7.tar.gz
hercules-52887c3eaac37c958ef24d51a88dae3adf1e04d7.tar.bz2
hercules-52887c3eaac37c958ef24d51a88dae3adf1e04d7.tar.xz
hercules-52887c3eaac37c958ef24d51a88dae3adf1e04d7.zip
- Oops, forgot to even try to compile the previous update.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8481 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index f55a108cf..90723cc60 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -3563,6 +3563,8 @@ int buildin_getvariableofnpc(struct script_state *st);
int buildin_warpportal(struct script_state *st);
// <-- [blackhole89]
int buildin_homunculus_evolution(struct script_state *st) ; //[orn]
+int buildin_eaclass(struct script_state *st);
+int buildin_roclass(struct script_state *st);
int buildin_setitemscript(struct script_state *st);
int buildin_disguise(struct script_state *st);
int buildin_undisguise(struct script_state *st);