From 61ad28ff5bdaa55357ec4a378da8e95d2a5873c9 Mon Sep 17 00:00:00 2001 From: Lance Date: Sat, 18 Nov 2006 01:37:23 +0000 Subject: Typo :P git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9253 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/Lance/Sentry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/custom/Lance/Sentry.cpp b/npc/custom/Lance/Sentry.cpp index f59586eb6..c02bb6192 100644 --- a/npc/custom/Lance/Sentry.cpp +++ b/npc/custom/Lance/Sentry.cpp @@ -35,7 +35,7 @@ AI_ACTION_TYPE_ATTACK; // Define engine callback routines. setmobdata .mob_id[getarg(0)], 26, 1; // Prevents random walking. setmobdata .mob_id[getarg(0)], 10, 1; // Enable AI mode 1. - getmobdata .ai_action[getarg(0)], .@temp; + getmobdata .mob_id[getarg(0)], .@temp; set .@temp[9], .@temp[9]^(0x400&.@temp[9]); // Check and remove MD_CHANGECHASE mode flag. setmobdata .mob_id[getarg(0)], 9, .@temp[9]; return; -- cgit v1.2.3-60-g2f50