summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-24 17:29:58 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-24 17:29:58 +0000
commit33cde8cd1511f7ad2677b003e5abb535eb7822cc (patch)
tree53d9eb42690527baf920773c14c17b842d7b15f4 /src/map/npc.c
parentded09d81feaaed814630e58551b4a384d32945f8 (diff)
downloadhercules-33cde8cd1511f7ad2677b003e5abb535eb7822cc.tar.gz
hercules-33cde8cd1511f7ad2677b003e5abb535eb7822cc.tar.bz2
hercules-33cde8cd1511f7ad2677b003e5abb535eb7822cc.tar.xz
hercules-33cde8cd1511f7ad2677b003e5abb535eb7822cc.zip
- Corrected item script for dead branch and poring box
- Removed that npc-warp warning as requested by Playtester. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6732 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 5bded2f3c..0d28b9699 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -2930,7 +2930,8 @@ int do_init_npc(void)
memset(script_event, 0, sizeof(script_event));
npc_read_event_script();
//Debug function to locate all endless loop warps.
- npc_debug_warps();
+// Warps debugging removed by request of Playtester. [Skotlex]
+// npc_debug_warps();
add_timer_func_list(npc_event_timer,"npc_event_timer");
add_timer_func_list(npc_event_do_clock,"npc_event_do_clock");