mirror of
https://github.com/ornfelt/azerothcore_lua_scripts
synced 2026-08-22 06:26:03 -04:00
7 lines
182 B
Lua
7 lines
182 B
Lua
|
|
function reloadElunaEngine(event, player, command)
|
||
|
|
if command == "reload scripts" or command == "reloadscripts" then
|
||
|
|
ReloadEluna()
|
||
|
|
end
|
||
|
|
end
|
||
|
|
|
||
|
|
RegisterPlayerEvent(42, reloadElunaEngine)
|