summaryrefslogtreecommitdiff
path: root/src/resources/equipmentinfo.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 21:17:16 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2006-11-29 21:17:16 +0000
commit25df9c6c3b735fea87ded284665e866c39144705 (patch)
treec265eaa0560eb40b1a334b91c24fff7b9962b3d1 /src/resources/equipmentinfo.h
parent34baa9637d2319f52b4e1b1f3294994557151113 (diff)
downloadmana-client-25df9c6c3b735fea87ded284665e866c39144705.tar.gz
mana-client-25df9c6c3b735fea87ded284665e866c39144705.tar.bz2
mana-client-25df9c6c3b735fea87ded284665e866c39144705.tar.xz
mana-client-25df9c6c3b735fea87ded284665e866c39144705.zip
Implemented MonsterDB namespace
Diffstat (limited to 'src/resources/equipmentinfo.h')
-rw-r--r--src/resources/equipmentinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/equipmentinfo.h b/src/resources/equipmentinfo.h
index bc3bdd8d..93a1cb42 100644
--- a/src/resources/equipmentinfo.h
+++ b/src/resources/equipmentinfo.h
@@ -38,7 +38,7 @@ class EquipmentInfo
void
setSlot (int slot) { mSlot = slot; };
- std::string
+ const std::string&
getSprite(int gender) {return animationFiles[gender]; };
void