diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-01 07:23:58 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-01 07:23:58 +0000 |
commit | 6eb86a3d23953856eeac3a4e7c4f52143e24f880 (patch) | |
tree | ec27e96f1952de3768c15f17f93f4876408e24a6 /src/item.h | |
parent | 36d28236321b6a2824ad4f394faeabbf79626808 (diff) | |
download | mana-client-6eb86a3d23953856eeac3a4e7c4f52143e24f880.tar.gz mana-client-6eb86a3d23953856eeac3a4e7c4f52143e24f880.tar.bz2 mana-client-6eb86a3d23953856eeac3a4e7c4f52143e24f880.tar.xz mana-client-6eb86a3d23953856eeac3a4e7c4f52143e24f880.zip |
Fixed update of equipment flag, so that items can be equipped properly.
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -40,8 +40,7 @@ class Item /** * Sets the item id, identifying the item type. */ - void - setId(int id) { mId = id; } + void setId(int id); /** * Returns the item id. |