summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/npcdb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/npcdb.cpp b/src/resources/npcdb.cpp
index f2b3f7d2b..9831da06b 100644
--- a/src/resources/npcdb.cpp
+++ b/src/resources/npcdb.cpp
@@ -154,7 +154,7 @@ BeingInfo *NPCDB::get(const int id)
uint16_t NPCDB::getAvatarFor(const int id)
{
- BeingInfo *const info = get(id);
+ const BeingInfo *const info = get(id);
if (!info)
return 0;
return info->getAvatarId();