mirror of
https://github.com/araxiaonline/RandomScriptsforAzerothCore.git
synced 2026-06-13 02:22:19 -04:00
Add files via upload
This commit is contained in:
9
Auto91.lua
Normal file
9
Auto91.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
--Custom Content Auto-loader. If you don't see custom content in Azeroth or unscripted creatures, it's because it's December 31st. Just .event stop 91 and .event start 91 again.
|
||||
|
||||
local eventId = 91
|
||||
|
||||
function OnStartup()
|
||||
StartGameEvent(eventId, true)
|
||||
end
|
||||
|
||||
RegisterServerEvent(14, OnStartup)
|
||||
Reference in New Issue
Block a user