summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-11-17 23:24:06 +0100
committerGitHub <noreply@github.com>2019-11-17 23:24:06 +0100
commit4062c7a8ab23270590fadf1f804ed912ce26310e (patch)
tree36aa51dec9f1bf99fc38ffbdd16d3b125392a9ed /src/map/script.c
parent6b33c624b0a3d77124a9c2014d36cf2cc9f22d26 (diff)
parent9a712eea333bd44605355beb9c2d431b4bf2f7fc (diff)
downloadhercules-4062c7a8ab23270590fadf1f804ed912ce26310e.tar.gz
hercules-4062c7a8ab23270590fadf1f804ed912ce26310e.tar.bz2
hercules-4062c7a8ab23270590fadf1f804ed912ce26310e.tar.xz
hercules-4062c7a8ab23270590fadf1f804ed912ce26310e.zip
Merge pull request #2577 from Asheraf/dehardcodestatusicons
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 4b7574193..16336b46d 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -25561,7 +25561,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;
@@ -27358,7 +27358,6 @@ static void script_hardcoded_constants(void)
script->set_constant("RENEWAL_ASPD", 0, false, false);
#endif
script->constdb_comment(NULL);
-#include "constants.inc"
}
/**