From 53087f47f4a8fc5f321be439d058a99cac0ca18f Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 16 Apr 2014 16:49:19 -0500 Subject: Server Side Patches Client-Submodule Update --- world/map/npc/functions/undead_debug.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'world/map/npc/functions/undead_debug.txt') diff --git a/world/map/npc/functions/undead_debug.txt b/world/map/npc/functions/undead_debug.txt index 4f01a78c..4b2a015a 100644 --- a/world/map/npc/functions/undead_debug.txt +++ b/world/map/npc/functions/undead_debug.txt @@ -87,6 +87,10 @@ L_Close: set @undeaddebug, 3; callfunc "UndeadDebug"; end; +OnInit: + if (!debug) + disablenpc "UndeadDebug3"; + end; } // Debug for Razha @@ -95,6 +99,10 @@ L_Close: set @undeaddebug, 4; callfunc "UndeadDebug"; end; +OnInit: + if (!debug) + disablenpc "UndeadDebug4"; + end; } // Debug for Terogan @@ -103,4 +111,8 @@ L_Close: set @undeaddebug, 5; callfunc "UndeadDebug"; end; +OnInit: + if (!debug) + disablenpc "UndeadDebug5"; + end; } -- cgit v1.2.3-60-g2f50