diff options
author | shennetsind <ind@henn.et> | 2013-06-01 14:11:45 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-06-01 14:11:45 -0300 |
commit | 86e9900db60e06738880a57820125ca169c37520 (patch) | |
tree | 56a85cfd36a1f44add3e5cc9d9fd280618449094 /src/map/script.h | |
parent | a7ad5cc37f1b74708f1982839c4bfd932d0687b9 (diff) | |
download | hercules-86e9900db60e06738880a57820125ca169c37520.tar.gz hercules-86e9900db60e06738880a57820125ca169c37520.tar.bz2 hercules-86e9900db60e06738880a57820125ca169c37520.tar.xz hercules-86e9900db60e06738880a57820125ca169c37520.zip |
Fixed script_rid2sd not being available to HPM
Special Thanks to Shikazu
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/script.h')
-rw-r--r-- | src/map/script.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/script.h b/src/map/script.h index 70ced5d43..83d6dd9ee 100644 --- a/src/map/script.h +++ b/src/map/script.h @@ -214,6 +214,8 @@ int script_reload(void); // @commands (script based) void setd_sub(struct script_state *st, struct map_session_data *sd, const char *varname, int elem, void *value, struct DBMap **ref); +TBL_PC *script_rid2sd(struct script_state *st); + /////////////////////////////////////////////////////////////////////////////// //## TODO possible enhancements: [FlavioJS] // - 'callfunc' supporting labels in the current npc "::LabelName" |