[9214] Add helper function StoreNewItemInInventorySlot

Mainly function for script side store new item, but may also be used to simplify similar task in code.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-01-19 15:00:47 +01:00
parent 64ba6c5714
commit cc5ed7a48b
3 changed files with 19 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9213"
#define REVISION_NR "9214"
#endif // __REVISION_NR_H__