Skip to content

Commit

Permalink
Fixes: #181 - Lua error onenable (#182)
Browse files Browse the repository at this point in the history
* Update bestride.lua

* Update bestride.lua
  • Loading branch information
DanSheps authored Oct 15, 2022
1 parent cbecb5d commit c6f7e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Versions/Mainline/bestride.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

function BeStride:OnEnable()
end
function BeStride:Version_OnEnable()
end
4 changes: 2 additions & 2 deletions Versions/Wrath/bestride.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

function BeStride:OnEnable()
function BeStride:Version_OnEnable()
BeStride_Constants.spells.druid.travelform = 783
BeStride_Constants.spells.druid.flightform = 33943
if IsPlayerSpell(40120) then
Expand All @@ -8,4 +8,4 @@ function BeStride:OnEnable()
BeStride_Constants.spells.druid.flightform = 33943
end
BeStride_Constants.spells.druid.aquaticform = 1066
end
end

0 comments on commit c6f7e58

Please sign in to comment.