support more custom 3.3.5 server, fix all Spec/Talent Triggers

- Closes #26
This commit is contained in:
NoM0Re
2025-02-28 17:38:11 +01:00
parent e9deb0183c
commit 07c14c2cae
7 changed files with 4114 additions and 11 deletions
+1
View File
@@ -1183,6 +1183,7 @@ function HandleEvent(frame, event, arg1, arg2, ...)
end
if (event == "PLAYER_ENTERING_WORLD") then
timer:ScheduleTimer(function()
Private.CreateTalentCache()
HandleEvent(frame, "WA_DELAYED_PLAYER_ENTERING_WORLD");
Private.ScanForLoads(nil, "WA_DELAYED_PLAYER_ENTERING_WORLD")
Private.StartProfileSystem("generictrigger WA_DELAYED_PLAYER_ENTERING_WORLD");