# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /home/lighta/Documents/Myscript/RO/Servs/ra2/src/map
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: pc.c
--- pc.c Base (BASE)
+++ pc.c Locally Modified (Based On LOCAL)
@@ -6627,7 +6627,8 @@
if (sd->npc_menu)
sd->npc_menu = 0;
- npc_event_dequeue(sd);
+ sd->st->state = END;
+ ShowInfo("Ending script exec \n");
}
npc_script_event(sd,NPCE_DIE);