Skip to content

Commit

Permalink
Update to WOW 9.2.7
Browse files Browse the repository at this point in the history
added and removed emotes
  • Loading branch information
Acidfrost59 committed Aug 26, 2022
1 parent 38e819e commit f1a7d56
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# BPCritterEmote

version 1.9.27.01
update to 9.2.7
Added and deleted emotes

## [v9.1.5](https://github.com/Acidfrost59/WOWBPCritterEmote) (2021-11-14)

Version 1.9.15.02
Expand Down
4 changes: 2 additions & 2 deletions CritterEmote.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--Critter Emote

--Revision 1.9.15.02 (naming convention X=orig.X=WOW Xpac.XX=WoW xpac sub.XX=update revision)
--WOW version 9.1.5
--Revision 1.9.27.01 (naming convention X=orig.X=WOW Xpac.XX=WoW xpac sub.XX=update revision)
--WOW version 9.2.7


local CritterEmote_Cats = {
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: 90105
## Interface: 90207
## Title: Critter Emotes
## Author: Previous: Zompter, seegeen00 (Chinchilla Critter Emotes) Current: Acidfrost59 and Fysker
## Version: 1.9.15.02
## Version: 1.9.27.01
## email: [email protected]
## Notes: Allows your non-combat pets to send random emotes to chat.
## SavedVariablesPerCharacter: CE_Save_Table
Expand Down
13 changes: 8 additions & 5 deletions CritterEmote_Emotes.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--Critter Emote

--Revision 1.9.15.02 WOW version 9.1.5
--Revision 1.9.27.01 WOW version 9.2.7

--Some important Emote tables
---Random
Expand Down Expand Up @@ -1953,7 +1953,7 @@ Random = {
"would like to go see the Dwarves at Dun Morogh.",
"would like to see the vineyards in Elwynn Forest.",
"would like to visit Eversong Woods.",
"would like to visit Gilneas. Does wolfsbane really work with Worgens?",
"would like to visit Gilneas. Does wolfsbane work on Worgens?",
"would like to visit Tirisfal Glades.",
"would like to visit Ghostlands",
"wishes they could have seen the dam in Loch Modan before Darkwing destroyed it.",
Expand All @@ -1966,7 +1966,7 @@ Random = {
"would like to visit the Alterac Mountains.",
"would like to see the elementals in Arathi Highlands.",
"would like to visit The Hinterlands.",
"would like to see Stranglethorn.",
"would like to see the pirates in Stranglethorn.",
"would like to become a zombie in Western Plaguelands.",
"would like to bring the Light to the Eastern Plaguelands.",
"would like to take a dust bath in the Badlands.",
Expand Down Expand Up @@ -2041,7 +2041,7 @@ Random = {
"misses the Vale of Eternal Blossoms, remembering when it was beautiful and not scarred.",
"never wants to see the world from Kun-Lai Summit.",
"thinks Townlong Steppes is scary.",
"wonders how the Wandering Isle wanders?",
"wonders how the Wandering Isle wanders.",
"would like to frolic in the Jade Forest.",
"would like to go fishing in the Krasarang Wilds and meet Nat Pagle again.",
"would like to burn the Dread Wastes to the ground.",
Expand Down Expand Up @@ -2071,6 +2071,9 @@ Random = {
"wonders about the Drust of Drustvar.",
"wishes Queen Azshara would just stay hidden in Nazjatar. ",
"loves visiting the mech in Mechagon.",
"is amazed that we can enter The Shadowlands. ",
"would like to see The Arbiter in Oribos",
"finds The Jailer in The Maw distasteful",

},
default_Silly = {
Expand Down Expand Up @@ -2290,7 +2293,7 @@ Random = {
"says, \"Who's the noob now, %t?\"",
"Heh, heh, heh, heh, heh.",
},
default_Special= {
default_Special = {
"asks, \"What would you like me to say?\"",
"says, \"Thanks for letting me talk.\"",
"whispers, \"Time for snacks!\"",
Expand Down

0 comments on commit f1a7d56

Please sign in to comment.