|
@@ -3630,6 +3630,10 @@ int npc_reload(void) {
|
|
//Re-read the NPC Script Events cache.
|
|
//Re-read the NPC Script Events cache.
|
|
npc_read_event_script();
|
|
npc_read_event_script();
|
|
|
|
|
|
|
|
+ /* refresh guild castle flags on both woe setups */
|
|
|
|
+ npc_event_doall("OnAgitInit");
|
|
|
|
+ npc_event_doall("OnAgitInit2");
|
|
|
|
+
|
|
//Execute the OnInit event for freshly loaded npcs. [Skotlex]
|
|
//Execute the OnInit event for freshly loaded npcs. [Skotlex]
|
|
ShowStatus("Event '"CL_WHITE"OnInit"CL_RESET"' executed with '"CL_WHITE"%d"CL_RESET"' NPCs.\n",npc_event_doall("OnInit"));
|
|
ShowStatus("Event '"CL_WHITE"OnInit"CL_RESET"' executed with '"CL_WHITE"%d"CL_RESET"' NPCs.\n",npc_event_doall("OnInit"));
|
|
|
|
|