Sorta hacky work around for doing nukeitem in item quests. Added lua bitop library. Made excluding io/os optional

This commit is contained in:
KimLS
2013-06-25 14:51:06 -07:00
parent ffe6494147
commit 1480b8911f
12 changed files with 233 additions and 15 deletions
+2
View File
@@ -32,6 +32,7 @@ SET(zone_sources
horse.cpp
inventory.cpp
loottables.cpp
lua_bit.cpp
lua_corpse.cpp
lua_client.cpp
lua_door.cpp
@@ -141,6 +142,7 @@ SET(zone_headers
guild_mgr.h
hate_list.h
horse.h
lua_bit.h
lua_client.h
lua_corpse.h
lua_entity.h