View Single Post
  #12  
Old 04-29-2015, 04:53 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

I would as well. I mean, they'll already have a choice of pet model/visuals which isn't on every server.

Code:
my %pethash = (
	1	=>	{
				name => "White Gorilla",
				race => 41,
				texture => 2,
				gender => 2,
				size => 5,
			},
	2	=>	{
				name => "Undead Gorilla",
				race => 41,
				texture => 1,
				gender => 2,
				size => 5,
			},
);
Reply With Quote