summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-25 11:42:47 -0300
committershennetsind <ind@henn.et>2013-06-25 11:42:47 -0300
commit70ee2e2545d150f21392fb7d7f47b5479307f29f (patch)
treeee6df6421c981289ed7e73902e2a278523b17878 /src/map/npc.c
parent5d467dd19d1756e42d3c95f553054177be6b5290 (diff)
downloadhercules-70ee2e2545d150f21392fb7d7f47b5479307f29f.tar.gz
hercules-70ee2e2545d150f21392fb7d7f47b5479307f29f.tar.bz2
hercules-70ee2e2545d150f21392fb7d7f47b5479307f29f.tar.xz
hercules-70ee2e2545d150f21392fb7d7f47b5479307f29f.zip
Fixed Bug #7429
Special Thanks to Poison, Haru. http://hercules.ws/board/tracker/issue-7429-partymembercount-gone-missing-when-reloadscript-is-executed/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 8381ac409..2dd02e88f 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -3847,9 +3847,6 @@ int npc_reload(void) {
npc->motd = npc_name2id("HerculesMOTD"); /* [Ind/Hercules] */
- /* re-insert */
- itemdb->name_constants();
-
//Re-read the NPC Script Events cache.
npc_read_event_script();