summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2019-11-05 22:04:26 +0100
committerAsheraf <acheraf1998@gmail.com>2019-11-06 17:13:37 +0100
commitc6635fbf0145b03656d1b90212a3f3093de228d3 (patch)
tree2e0a0752d87068500e1766c06ac815e0f57a290f /src/map/script.c
parent76ccfbd19e9cb96fdfd0627f1a8f6493ed960c0b (diff)
downloadhercules-c6635fbf0145b03656d1b90212a3f3093de228d3.tar.gz
hercules-c6635fbf0145b03656d1b90212a3f3093de228d3.tar.bz2
hercules-c6635fbf0145b03656d1b90212a3f3093de228d3.tar.xz
hercules-c6635fbf0145b03656d1b90212a3f3093de228d3.zip
Dehardcode Status Icons
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c
index bd0fbb611..6139b22d8 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -25462,7 +25462,7 @@ static BUILDIN(clan_master)
}
nd->clan_id = clan_id;
- clif->sc_load(&nd->bl, nd->bl.id, AREA, status->dbs->IconChangeTable[SC_CLAN_INFO], 0, clan_id, 0);
+ clif->sc_load(&nd->bl, nd->bl.id, AREA, status->get_sc_icon(SC_CLAN_INFO), 0, clan_id, 0);
script_pushint(st, true);
return true;
@@ -27245,7 +27245,6 @@ static void script_hardcoded_constants(void)
script->set_constant("RENEWAL_ASPD", 0, false, false);
#endif
script->constdb_comment(NULL);
-#include "constants.inc"
}
/**