diff options
author | Susu <bruant.bastien@gmail.com> | 2013-06-26 12:07:31 +0200 |
---|---|---|
committer | Susu <bruant.bastien@gmail.com> | 2013-06-26 12:07:31 +0200 |
commit | 56e37cb8d74da7c12814df50a1d28f59a9b8dc36 (patch) | |
tree | c280a8aa3be9bdd329b5de235d24b66667c71393 /src/map/npc.c | |
parent | 71627e92fbe36c23993456486a308acd0428fd3d (diff) | |
parent | 1b035a978d52bfc6c17c63bb7afd9210abd4983c (diff) | |
download | hercules-56e37cb8d74da7c12814df50a1d28f59a9b8dc36.tar.gz hercules-56e37cb8d74da7c12814df50a1d28f59a9b8dc36.tar.bz2 hercules-56e37cb8d74da7c12814df50a1d28f59a9b8dc36.tar.xz hercules-56e37cb8d74da7c12814df50a1d28f59a9b8dc36.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 3 |
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(); |