Make g_map.findItemsById return a map instead of a vector

This commit is contained in:
Ahmed Samy
2013-09-02 17:53:32 +00:00
parent e741a62ce9
commit 537508021e
3 changed files with 8 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ public:
void beginGhostMode(float opacity);
void endGhostMode();
ItemVector findItemsById(uint16 clientId, uint32 max);
std::map<Position, ItemPtr> findItemsById(uint16 clientId, uint32 max);
// known creature related
void addCreature(const CreaturePtr& creature);