MR-2: Realtime character level updates + Macros removed
This commit is contained in:
@@ -1489,22 +1489,4 @@ void initapp()
|
||||
#else
|
||||
PyModule_AddIntConstant(poModule, "ENABLE_NEW_EQUIPMENT_SYSTEM", 0);
|
||||
#endif
|
||||
|
||||
#ifdef FIX_MESSENGER_ACTION_SYNC
|
||||
PyModule_AddIntConstant(poModule, "FIX_MESSENGER_ACTION_SYNC", 1);
|
||||
#else
|
||||
PyModule_AddIntConstant(poModule, "FIX_MESSENGER_ACTION_SYNC", 0);
|
||||
#endif
|
||||
|
||||
#ifdef FIX_REFRESH_SKILL_COOLDOWN
|
||||
PyModule_AddIntConstant(poModule, "FIX_REFRESH_SKILL_COOLDOWN", 1);
|
||||
#else
|
||||
PyModule_AddIntConstant(poModule, "FIX_REFRESH_SKILL_COOLDOWN", 0);
|
||||
#endif
|
||||
|
||||
#ifdef FIX_HORSE_SKILLS_TAB
|
||||
PyModule_AddIntConstant(poModule, "FIX_HORSE_SKILLS_TAB", 1);
|
||||
#else
|
||||
PyModule_AddIntConstant(poModule, "FIX_HORSE_SKILLS_TAB", 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user