Lua work on api - entity and mob, lots more to go

This commit is contained in:
KimLS
2013-05-11 13:51:57 -07:00
parent d1f7935ee2
commit fa908040ca
10 changed files with 292 additions and 13 deletions
+4
View File
@@ -31,8 +31,10 @@ SET(zone_sources
horse.cpp
inventory.cpp
loottables.cpp
lua_client.cpp
lua_entity.cpp
lua_mob.cpp
lua_npc.cpp
lua_parser.cpp
Map.cpp
merc.cpp
@@ -112,8 +114,10 @@ SET(zone_headers
guild_mgr.h
hate_list.h
horse.h
lua_client.h
lua_entity.h
lua_mob.h
lua_npc.h
lua_parser.h
map.h
masterentity.h