[10276] Use more appropriate vector container instead of list as container for CreatureEventAI holders

vector container provides less time to access to contained elements
This commit is contained in:
SilverIce 2010-07-27 03:34:27 +03:00
parent e1ff3579c9
commit 8827c72a79
3 changed files with 17 additions and 17 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10275"
#define REVISION_NR "10276"
#endif // __REVISION_NR_H__