From 01dc34c9a73819dfbf0e8242a9ba7e572d76955d Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 10 May 2010 00:53:22 +0000 Subject: - Fixed the Juice Maker's "As many as I can" option. (bugreport:4155) - Removed a duplicate 'next' in Kiel Hyre Quest. (bugreport:4222) - Fixed 'checkequipedcard' not counter-checking for signed items. (bugreport:4231) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14294 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 7a4690efb..e5567aa2a 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -8746,7 +8746,7 @@ AtCommandInfo atcommand_info[] = { { "mobsearch", 10,10, atcommand_mobsearch }, { "cleanmap", 40,40, atcommand_cleanmap }, { "npctalk", 20,20, atcommand_npctalk }, - { "npctalkc", 20,20, atcommand_npctalk }, + { "npctalkc", 20,20, atcommand_npctalk }, { "pettalk", 10,10, atcommand_pettalk }, { "users", 40,40, atcommand_users }, { "reset", 40,40, atcommand_reset }, -- cgit v1.2.3-70-g09d2