mirror of
https://github.com/araxiaonline/RandomScriptsforAzerothCore.git
synced 2026-06-16 03:42:20 -04:00
7 lines
188 B
Lua
7 lines
188 B
Lua
|
|
function reloadElunaEngine(event, player, command)
|
||
|
|
if command == "reload scripts" or command == "reloadscripts" then
|
||
|
|
ReloadEluna()
|
||
|
|
end
|
||
|
|
end
|
||
|
|
|
||
|
|
RegisterPlayerEvent(42, reloadElunaEngine)
|