From ffa8e5ff628ec99880c0ae60897ddbdafbd88fff Mon Sep 17 00:00:00 2001 From: KinglyKrab Date: Mon, 5 May 2014 15:58:36 -0400 Subject: [PATCH] Update command.cpp --- zone/command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/command.cpp b/zone/command.cpp index 0cb4a5bed..2564f8adb 100644 --- a/zone/command.cpp +++ b/zone/command.cpp @@ -6833,7 +6833,7 @@ void command_npcedit(Client *c, const Seperator *sep) database.RunQuery(query, MakeAnyLenString(&query, "update npc_types set special_abilities='%s' where id=%i",(sep->argplus[2]),c->GetTarget()->CastToNPC()->GetNPCTypeID()), errbuf); c->LogSQL(query); safe_delete_array(query); - }special_abilities + } else if ( strcasecmp( sep->arg[1], "spell" ) == 0 ) { char errbuf[MYSQL_ERRMSG_SIZE];