Skip to content

Commit

Permalink
Updated for new mount interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Page committed Oct 7, 2023
1 parent 924001a commit 0bf83d0
Show file tree
Hide file tree
Showing 7 changed files with 605 additions and 778 deletions.
42 changes: 28 additions & 14 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,34 @@
commit 5a74ad0830699a49d9962b2dbe50c25cac872b57
Author: Timothy-Page <[email protected]>
Date: Wed Aug 10 08:53:01 2022 +1000
tag 3f39dbb4adbc713f6645cfac317bceea0e853812 1.2.7-release
Author: Timothy-Page <[email protected]>
Date: Sun Nov 6 12:36:06 2022 +1100

renames from classic random mounter to wrath random mounter
commit d8f23354aea2de3700afadd8b10b933607d3d25b
Author: Podblast <[email protected]>
Date: Sat Nov 5 16:48:52 2022 +1100

commit d2d2f240d2c60df3f6852547b3f3ce0d542cef13
Author: Timothy-Page <[email protected]>
Date: Tue Aug 9 22:59:58 2022 +1000
Added Festering Emerald Drake

Quick update for addon to work in Wotlk
Upadted the mounte libary to have the spellID of all mounts which can be checked in the companion API to see if the player has the mount.
commit da2cea87755e92d989701aa543b38938957c623f
Author: Podblast <[email protected]>
Date: Sat Nov 5 03:29:45 2022 +1100

commit 304e407be708968b470f32ca2cf3bcbc82f98144
Author: Timothy-Page <[email protected]>
Date: Tue Aug 9 22:51:46 2022 +1000
Renamed 'Tiny Crimson Whelpling' to 'Crimson Whelpling'.

Initial commit
commit e97d8daa28094b8f543e8045c1a9a703ad1eb294
Author: Carl Poole <[email protected]>
Date: Thu Nov 3 18:33:38 2022 -0500

Hide the RidingSkill log behind debug mode

commit e97d8daa28094b8f543e8045c1a9a703ad1eb294
Author: Carl Poole <[email protected]>
Date: Thu Nov 3 18:33:38 2022 -0500

Hide the RidingSkill log behind debug mode

commit e97d8daa28094b8f543e8045c1a9a703ad1eb294
Author: Carl Poole <[email protected]>
Date: Thu Nov 3 18:33:38 2022 -0500

Hide the RidingSkill log behind debug mode

579 changes: 263 additions & 316 deletions Lib/Mounts.lua

Large diffs are not rendered by default.

Binary file modified Lib/Mounts.xlsx
Binary file not shown.
4 changes: 2 additions & 2 deletions Lib/Pets.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ WrathRandomMounter.itemPets = {
["61357"] ={"Pengu", "Penguin"},
["51716"] ={"Nether Ray Fry", "Nether Ray"},
["10711"] ={"Snowshoe Rabbit", "Rabbit"},
["10709"] ={"Brown Prairie Dog", "Prairie Dog"},
["10709"] ={"Brown Prarie Dog", "Prarie Dog"},
["10684"] ={"Senegal", "Parrot"},
["10680"] ={"Cockatiel", "Parrot"},
["10717"] ={"Crimson Snake", "Snake"},
["10688"] ={"Cockroach", "Cockroach"},
["10688"] ={"Undercity Cockroach", "Cockroach"},
["10677"] ={"Siamese Cat", "Cat"},
["65358"] ={"Calico Cat", "Cat"},
["10673"] ={"Bombay Cat", "Cat"},
Expand Down
Binary file added Lib/~$Mounts.xlsx
Binary file not shown.
7 changes: 5 additions & 2 deletions WrathRandomMounter.toc
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Interface: 30400
## Interface: 30403
## Title: WrathRandomMounter
## Author: Tranzalore
## Version: 1.3.1
## Version: 1.4.1
## SavedVariablesPerCharacter: SavedMountWeights
## SavedVariablesPerCharacter: SavedMountCategoriesWeights
## SavedVariablesPerCharacter: DumpAllMounts
## SavedVariablesPerCharacter: RandomMode
## SavedVariablesPerCharacter: SettingsVersion

Lib\Mounts.lua
Lib\Zones.lua
Expand Down
Loading

0 comments on commit 0bf83d0

Please sign in to comment.