cathook item schema version

yes
This commit is contained in:
LightCat 2019-03-05 06:02:23 +00:00 committed by GitHub
parent 762aca2bf8
commit cd28e04e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -413,7 +413,7 @@ void Schema_Reload()
fclose(file);
logging::Info("Loading item schema...");
bool ret = BInitTextBuffer(schema, buf, 0);
bool ret = BInitTextBuffer(schema, buf, 0xDEADCAT);
logging::Info("Loading %s", ret ? "Successful" : "Unsuccessful");
delete[] text_buffer;