|
@@ -27,6 +27,7 @@
|
|
|
#include "status.h"
|
|
|
#include "skill.h"
|
|
|
#include "mob.h"
|
|
|
+#include "npc.h"
|
|
|
#include "pet.h"
|
|
|
#include "mercenary.h" //[orn]
|
|
|
#include "battle.h"
|
|
@@ -5968,6 +5969,7 @@ int atcommand_loadnpc(const int fd, struct map_session_data* sd, const char* com
|
|
|
// add to list of script sources and run it
|
|
|
npc_addsrcfile((char *)message);
|
|
|
npc_parsesrcfile((char *)message);
|
|
|
+ npc_read_event_script();
|
|
|
|
|
|
clif_displaymessage(fd, msg_txt(262));
|
|
|
|