forked from mirror/openmw-tes3mp
[Server] Add & register ON_PLAYER_WEATHER event
This commit is contained in:
parent
392e645fe5
commit
1c7330635b
2 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,7 @@ EventController::EventController(LuaState *luaCtrl)
|
|||
ADD_CORE_EVENT(ON_PLAYER_REST),
|
||||
ADD_CORE_EVENT(ON_PLAYER_SENDMESSAGE),
|
||||
ADD_CORE_EVENT(ON_PLAYER_ENDCHARGEN),
|
||||
ADD_CORE_EVENT(ON_PLAYER_WEATHER),
|
||||
ADD_CORE_EVENT(ON_CHANNEL_ACTION),
|
||||
ADD_CORE_EVENT(ON_GUI_ACTION),
|
||||
ADD_CORE_EVENT(ON_REQUEST_PLUGIN_LIST),
|
||||
|
|
|
@ -40,6 +40,7 @@ namespace CoreEvent
|
|||
ON_PLAYER_REST,
|
||||
ON_PLAYER_SENDMESSAGE,
|
||||
ON_PLAYER_ENDCHARGEN,
|
||||
ON_PLAYER_WEATHER,
|
||||
|
||||
ON_CHANNEL_ACTION,
|
||||
|
||||
|
|
Loading…
Reference in a new issue