summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-02-15 13:14:49 -0500
committergumi <git@gumi.ca>2018-02-15 14:01:15 -0500
commitfdaa7d2568d03cd6bb7507e5cedbf597f847f178 (patch)
treefe84cd81e231f10d8b339b2b1cfac66f1bd8bad3 /src/map/script.c
parent59f02f1d406a1238f90d072949ac07279a90e9ea (diff)
downloadhercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.tar.gz
hercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.tar.bz2
hercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.tar.xz
hercules-fdaa7d2568d03cd6bb7507e5cedbf597f847f178.zip
expose script_sprintf to plugins
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 26de803d7..d653800cc 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -25180,6 +25180,7 @@ void script_defaults(void)
script->search_str = script_search_str;
script->setd_sub = setd_sub;
script->attach_state = script_attach_state;
+ script->sprintf = script_sprintf;
script->queue = script_hqueue_get;
script->queue_add = script_hqueue_add;