mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Many fixes to regressions in perl and cleaning up the final interface
This commit is contained in:
@@ -939,11 +939,8 @@ luabind::scope lua_register_events() {
|
||||
luabind::value("trade", static_cast<int>(EVENT_TRADE)),
|
||||
luabind::value("death", static_cast<int>(EVENT_DEATH)),
|
||||
luabind::value("spawn", static_cast<int>(EVENT_SPAWN)),
|
||||
luabind::value("attack", static_cast<int>(EVENT_ATTACK)),
|
||||
luabind::value("combat", static_cast<int>(EVENT_COMBAT)),
|
||||
luabind::value("aggro", static_cast<int>(EVENT_AGGRO)),
|
||||
luabind::value("slay", static_cast<int>(EVENT_SLAY)),
|
||||
luabind::value("npc_slay", static_cast<int>(EVENT_NPC_SLAY)),
|
||||
luabind::value("waypoint_arrive", static_cast<int>(EVENT_WAYPOINT_ARRIVE)),
|
||||
luabind::value("waypoint_depart", static_cast<int>(EVENT_WAYPOINT_DEPART)),
|
||||
luabind::value("timer", static_cast<int>(EVENT_TIMER)),
|
||||
@@ -972,8 +969,8 @@ luabind::scope lua_register_events() {
|
||||
luabind::value("item_enter_zone", static_cast<int>(EVENT_ITEM_ENTER_ZONE)),
|
||||
luabind::value("target_change", static_cast<int>(EVENT_TARGET_CHANGE)),
|
||||
luabind::value("hate_list", static_cast<int>(EVENT_HATE_LIST)),
|
||||
luabind::value("spell_effect", static_cast<int>(EVENT_SPELL_EFFECT)),
|
||||
luabind::value("spell_buff_tic", static_cast<int>(EVENT_SPELL_BUFF_TIC)),
|
||||
luabind::value("spell_effect", static_cast<int>(EVENT_SPELL_EFFECT_CLIENT)),
|
||||
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 )),
|
||||
|
||||
Reference in New Issue
Block a user