summaryrefslogtreecommitdiff
path: root/src/map/npc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.cpp')
-rw-r--r--src/map/npc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/npc.cpp b/src/map/npc.cpp
index 235348f..fa2603d 100644
--- a/src/map/npc.cpp
+++ b/src/map/npc.cpp
@@ -930,10 +930,10 @@ void register_npc_name(dumb_ptr<npc_data> nd)
{
ZString types[4] =
{
- "WARP",
- "SHOP",
- "SCRIPT",
- "MESSAGE",
+ {"WARP"},
+ {"SHOP"},
+ {"SCRIPT"},
+ {"MESSAGE"},
};
if (!nd->name)
{