vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 FOM_Emotes = {
2  
3 ["any"] = {
4 "Yum!",
5 "Mmm, good stuff.",
6 },
7  
8 ["male"] = {
9 "Good boy!",
10 },
11 ["female"] = {
12 "Good girl!",
13 },
14  
15 ["Zesty Clam Meat"] = {
16 "Mmm, zesty!",
17 },
18 ["Heaven Peach"] = {
19 "Movin' to the country...",
20 },
21 ["Mystery Meat"] = {
22 "Tastes like chicken.",
23 },
24 ["Dragonbreath Chili"] = {
25 "Yow, spicy!",
26 },
27  
28 ["Bat"] = { },
29 ["Bear"] = { },
30 ["Boar"] = {
31 "Good piggy!"
32 },
33 ["Carrion Bird"] = { },
34 ["Cat"] = {
35 "Nice kitty!",
36 },
37 ["Crab"] = { },
38 ["Crocolisk"] = { },
39 ["Gorilla"] = { },
40 ["Hyena"] = {
41 "Good dog!",
42 },
43 ["Owl"] = { },
44 ["Raptor"] = { },
45 ["Scorpid"] = { },
46 ["Spider"] = { },
47 ["Tallstrider"] = { },
48 ["Turtle"] = { },
49 ["Wind Serpent"] = { },
50 ["Wolf"] = {
51 "Good dog!",
52 },
53 };