Added all lua objects i need for now, a ton of API too

This commit is contained in:
KimLS
2013-06-02 00:15:26 -07:00
parent a1080fdb2d
commit d14608356d
31 changed files with 2376 additions and 370 deletions
+1 -1
View File
@@ -2104,7 +2104,7 @@ Group* EntityList::GetGroupByMob(Mob* mob)
return 0;
}
Group* EntityList::GetGroupByLeaderName(char* leader){
Group* EntityList::GetGroupByLeaderName(const char* leader){
std::list<Group *>::iterator iterator;
iterator = group_list.begin();