Add files via upload

This commit is contained in:
Dinkledork
2023-02-08 11:34:43 -07:00
committed by GitHub
parent 973cb1afaf
commit 8a0525c464
15 changed files with 1422 additions and 109 deletions

9
Auto91.lua Normal file
View 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)