Skip to content

Commit

Permalink
Stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
opussf committed Aug 14, 2024
1 parent 5062acf commit ea1fbdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion test/wowStubs.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------
-- Author : Opussf
-- Date : August 13 2024
-- Revision: 9.4.3-16-g4300a9c
-- Revision: 9.4.3-17-g11678c7
-----------------------------------------
-- These are functions from wow that have been needed by addons so far
-- Not a complete list of the functions.
Expand Down Expand Up @@ -903,6 +903,8 @@ function C_AddOns.GetNumAddOns()
end
function C_AddOns.LoadAddOn( addonName )
end
function C_AddOns.DisableAddOn( addonName, playerName )
end

C_Container = {}
C_Container.SortBagsRightToLeft = false -- this is normal
Expand Down
2 changes: 1 addition & 1 deletion test/wowTest.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-----------------------------------------
-- Author : Opussf
-- Date : August 13 2024
-- Revision: 9.4.3-16-g4300a9c
-- Revision: 9.4.3-17-g11678c7
-----------------------------------------
-- This is an uber simple unit test implementation
-- It creates a dictionary called test.
Expand Down

0 comments on commit ea1fbdb

Please sign in to comment.