Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-bernardo committed Nov 5, 2024
1 parent f6fbf43 commit a287bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lib/core/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dofile('data/lib/core/quests.lua')
dofile('data/lib/core/raids.lua')
dofile('data/lib/core/teleport.lua')
dofile('data/lib/core/tile.lua')
dofile('data/lib/core/vip.lua')
dofile('data/lib/core/town.lua')
dofile('data/lib/core/vip.lua')
dofile('data/lib/core/vocation.lua')

0 comments on commit a287bdd

Please sign in to comment.