summaryrefslogtreecommitdiff
path: root/src/script/api/script_list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_list.hpp')
-rw-r--r--src/script/api/script_list.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/script/api/script_list.hpp b/src/script/api/script_list.hpp
index 4e3d357d2..879928287 100644
--- a/src/script/api/script_list.hpp
+++ b/src/script/api/script_list.hpp
@@ -44,9 +44,9 @@ private:
int modifications; ///< Number of modification that has been done. To prevent changing data while valuating.
public:
- typedef std::set<int32> AIItemList; ///< The list of items inside the bucket
- typedef std::map<int32, AIItemList> ScriptListBucket; ///< The bucket list per value
- typedef std::map<int32, int32> ScriptListMap; ///< List per item
+ typedef std::set<int32> ScriptItemList; ///< The list of items inside the bucket
+ typedef std::map<int32, ScriptItemList> ScriptListBucket; ///< The bucket list per value
+ typedef std::map<int32, int32> ScriptListMap; ///< List per item
ScriptListMap items; ///< The items in the list
ScriptListBucket buckets; ///< The items in the list, sorted by value