Skip to content

Commit

Permalink
Toys are no longer broken on SOD/Era.
Browse files Browse the repository at this point in the history
  • Loading branch information
DFortun81 committed Apr 22, 2024
1 parent ec90c8e commit 67f7523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Classes/Toys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if not C_ToyBox or app.GameBuildVersion < 30000 then
accountWideData.Toys = AccountWideToyData;
end
end);
app.CreateToy = app.ExtendClass("Item", "Toy", "toyID", toyFields);
return
end

Expand Down

0 comments on commit 67f7523

Please sign in to comment.