Shared Memory Loot works

This commit is contained in:
KimLS
2013-02-22 18:25:17 -08:00
parent 6f13d0cfbc
commit 9eaa98675b
6 changed files with 236 additions and 348 deletions
+4 -4
View File
@@ -53,11 +53,11 @@ int main(int argc, char **argv) {
return 0;
}
bool load_all = false;
bool load_items = false;
bool load_all = true;
bool load_items = true;
bool load_loot = true;
bool load_skill_caps = false;
bool load_spells = false;
bool load_skill_caps = true;
bool load_spells = true;
if(load_all || load_items) {
LogFile->write(EQEMuLog::Status, "Loading items...");
try {