From cd28e04e4963efaff52708f61be140768950fa88 Mon Sep 17 00:00:00 2001 From: LightCat Date: Tue, 5 Mar 2019 06:02:23 +0000 Subject: [PATCH] cathook item schema version yes --- src/hacks/Misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/Misc.cpp b/src/hacks/Misc.cpp index 2ba0a90a..240f5618 100644 --- a/src/hacks/Misc.cpp +++ b/src/hacks/Misc.cpp @@ -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;