Skip to content

Commit

Permalink
Update to WoW vers. 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Acidfrost59 committed Nov 30, 2022
1 parent 05d8cb9 commit 55e34be
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# BPCritterEmote

version 1.10.02.01
updated to 10.0.2


version 1.10.00.01
update to 10.0.0
Worked on issue with undead only emoting two songs
Reviewed and added missing pets


lightweight tag 05d8cb93aba85acee3aef08537636f8c68e6132f v1.10.00.01
Author: GitHub <[email protected]>
Date: Mon Nov 14 00:07:41 2022 -0800

commit 05d8cb93aba85acee3aef08537636f8c68e6132f
Author: Kris Springer <[email protected]>
Date: Mon Nov 14 00:07:41 2022 -0800

Update to WoW ver. 10.0.0

Reviewed the issue with undead songs. Added missing pets.


version 1.9.27.01
update to 9.2.7
Expand Down
6 changes: 3 additions & 3 deletions CritterEmote.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--Critter Emote

--Revision 1.10.00.01 (naming convention X=orig.X=WOW Xpac.XX=WoW xpac sub.XX=update revision)
--WOW version 10.0.0
--Revision 1.10.02.02 (naming convention X=orig.X=WOW Xpac.XX=WoW xpac sub.XX=update revision)
--WOW version 10.0.02


local CritterEmote_Cats = {
Expand All @@ -22,7 +22,7 @@ local CritterEmote_Tooltip = nil ;
local CritterEmote_enable = true;
local CritterEmote_randomEnable = true;
local CritterEmote_forceEmote = false;
local CritterEmote_version = "1.9.1.01";
local CritterEmote_version = "1.10.02.02";
local is5_0 = select(4, GetBuildInfo()) < 50100
local _G = _G
local C_PetJournal = _G.C_PetJournal
Expand Down
4 changes: 2 additions & 2 deletions CritterEmote.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 100000
## Interface: 100002
## Title: Critter Emotes
## Author: Previous: Zompter, seegeen00 (Chinchilla Critter Emotes) Current: Acidfrost59 and Fysker
## Version: 1.10.00.01
## Version: 1.10.02.02
## email: [email protected]
## Notes: Allows your non-combat pets to send random emotes to chat.
## SavedVariablesPerCharacter: CE_Save_Table
Expand Down
5 changes: 3 additions & 2 deletions CritterEmote_Emotes.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--Critter Emote

--Revision 1.10.0.01 WOW version 10.0.0
--Revision 1.10.02.02 WOW version 10.0.02

--Some important Emote tables
---Random
Expand Down Expand Up @@ -3528,6 +3528,7 @@ CritterEmote_Personalities = {
["Bloodseeker"] = "fish",
["Bloodsting Wasp"] = "flying_insect",
["Bloodstone Tunneler"] = "beast",
["Bloodsucker Vespoid"] = "flying_insect",
["Bloodthorn Hatchling"] = "beast",
["Blorp"] = "fish",
["Blossoming Ancient"] = "plant",
Expand Down Expand Up @@ -4990,4 +4991,4 @@ CritterEmote_Personalities = {
["Zooey Snake"] = "snake",
["Zoom"] = "snail",
["Zur'aj the Depleted"] = "magic",
}
}

0 comments on commit 55e34be

Please sign in to comment.