mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
5 lines
288 B
Lua
5 lines
288 B
Lua
-- Set correct require paths
|
|
package.path = package.path.."lua_scripts\\?;lua_scripts\\?.dll;lua_scripts\\?.lua;lua_scripts\\extensions\\?;lua_scripts\\extensions\\?.dll;lua_scripts\\extensions\\?.lua"
|
|
-- Randomize random
|
|
math.randomseed(tonumber(tostring(os.time()):reverse():sub(1,6)))
|