From fc5aa3228e1bf9c432207c904c9f72fa8b6a3584 Mon Sep 17 00:00:00 2001 From: Lance Date: Fri, 16 Jun 2006 15:25:28 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7207 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/sample/monster_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/sample/monster_controller.cpp b/npc/sample/monster_controller.cpp index a7e6fbce42..4953a12bbc 100644 --- a/npc/sample/monster_controller.cpp +++ b/npc/sample/monster_controller.cpp @@ -41,7 +41,7 @@ prontera.gat,180,200,4 script Monster Controller 123,{ AI_ACTION_TYPE_KILL| AI_ACTION_TYPE_UNLOCK| AI_ACTION_TYPE_WALKACK| - AI_ACTION_TYPE_WARPACK); + AI_ACTION_TYPE_WARPACK; return; }