mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-24 13:11:29 +00:00
Fix for space after events
This commit is contained in:
parent
4e548a588d
commit
e29d7f4b27
@ -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)),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user