diff --git a/src/Classes/Toys.lua b/src/Classes/Toys.lua index b4555c7dcf..d7c5154e7d 100644 --- a/src/Classes/Toys.lua +++ b/src/Classes/Toys.lua @@ -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