From f2757bbfd049777f6fa9089bd33e38f80290c039 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 15 Mar 2014 11:44:28 -0700 Subject: Split out the keys from character data to have better paging performance --- src/map/magic-expr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/magic-expr.cpp') diff --git a/src/map/magic-expr.cpp b/src/map/magic-expr.cpp index 1628395..65cd35b 100644 --- a/src/map/magic-expr.cpp +++ b/src/map/magic-expr.cpp @@ -98,7 +98,7 @@ AString show_entity(dumb_ptr entity) switch (entity->bl_type) { case BL::PC: - return entity->is_player()->status.name.to__actual(); + return entity->is_player()->status_key.name.to__actual(); case BL::NPC: return entity->is_npc()->name; case BL::MOB: -- cgit v1.2.3-60-g2f50