g_map.findItemsByid

This commit is contained in:
Ahmed Samy
2013-08-31 01:18:17 +00:00
parent 56d6ef6642
commit e741a62ce9
3 changed files with 25 additions and 0 deletions

View File

@@ -197,6 +197,8 @@ public:
void beginGhostMode(float opacity);
void endGhostMode();
ItemVector findItemsById(uint16 clientId, uint32 max);
// known creature related
void addCreature(const CreaturePtr& creature);
CreaturePtr getCreatureById(uint32 id);