diff options
-rw-r--r-- | npc/sample/monster_controller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/sample/monster_controller.cpp b/npc/sample/monster_controller.cpp index a7e6fbce4..4953a12bb 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;
}
|