diff options
author | shennetsind <ind@henn.et> | 2014-02-08 19:39:35 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-08 19:39:35 -0200 |
commit | 51805d1f2cedc084fea6cc390ca23a24291edbec (patch) | |
tree | a1c4b4743df1fa5c1c43b95cc1cf75f60c24574e /src/map/script.h | |
parent | afcb4bcae5d28a4156cce4d0f833e95432d45797 (diff) | |
parent | f2383946d9e52f61844a9f6e3ec679c99f697e04 (diff) | |
download | hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.gz hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.bz2 hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.tar.xz hercules-51805d1f2cedc084fea6cc390ca23a24291edbec.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/script.h b/src/map/script.h index b7e9e5741..4906d4fa8 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -665,7 +665,6 @@ struct script_interface { int (*playbgm_foreachpc_sub) (struct map_session_data *sd, va_list args); int (*soundeffect_sub) (struct block_list *bl, va_list ap); int (*buildin_query_sql_sub) (struct script_state *st, Sql *handle); - int (*axtoi) (const char *hexStg); int (*buildin_instance_warpall_sub) (struct block_list *bl, va_list ap); int (*buildin_mobuseskill_sub) (struct block_list *bl, va_list ap); int (*cleanfloor_sub) (struct block_list *bl, va_list ap); |