Fix for space after events

This commit is contained in:
KimLS 2021-01-21 13:46:32 -08:00
parent 4e548a588d
commit e29d7f4b27

View File

@ -2995,8 +2995,8 @@ luabind::scope lua_register_events() {
luabind::value("spell_buff_tic", static_cast<int>(EVENT_SPELL_BUFF_TIC_CLIENT)),
luabind::value("spell_fade", static_cast<int>(EVENT_SPELL_FADE)),
luabind::value("spell_effect_translocate_complete", static_cast<int>(EVENT_SPELL_EFFECT_TRANSLOCATE_COMPLETE)),
luabind::value("combine_success ", static_cast<int>(EVENT_COMBINE_SUCCESS)),
luabind::value("combine_failure ", static_cast<int>(EVENT_COMBINE_FAILURE)),
luabind::value("combine_success", static_cast<int>(EVENT_COMBINE_SUCCESS)),
luabind::value("combine_failure", static_cast<int>(EVENT_COMBINE_FAILURE)),
luabind::value("item_click", static_cast<int>(EVENT_ITEM_CLICK)),
luabind::value("item_click_cast", static_cast<int>(EVENT_ITEM_CLICK_CAST)),
luabind::value("group_change", static_cast<int>(EVENT_GROUP_CHANGE)),