From fe3d4ce758822d65a0a5d617b7b77df2dbc972d8 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 16 Mar 2014 14:55:57 -0700 Subject: Implement new magic frontend using sexpr --- src/map/npc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/npc.cpp') diff --git a/src/map/npc.cpp b/src/map/npc.cpp index 1e164a5..bfba45f 100644 --- a/src/map/npc.cpp +++ b/src/map/npc.cpp @@ -1060,7 +1060,7 @@ bool extract(XString xs, npc_item_list *itv) if (extract(name_or_id, &itv->nameid) && itv->nameid > 0) goto return_true; - id = itemdb_searchname(stringish(name_or_id.rstrip())); + id = itemdb_searchname(name_or_id.rstrip()); if (id == NULL) return false; itv->nameid = id->nameid; -- cgit v1.2.3-70-g09d2