Fixed bunny morph name.

This commit is contained in:
Jonathan Williams 2015-04-03 04:19:48 -07:00
parent ae298644e2
commit d25b39058a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ public class EasterBunny extends SalesPackageBase
public void displayToAgent(Player agent, String playerName)
{
addButton(agent, "/sales item " + playerName + " 1 Easter Bunny Morph", "Give Easter Bunny Morph.");
addButton(agent, "/sales item " + playerName + " 1 Morph Easter Bunny Morph", "Give Easter Bunny Morph.");
agent.sendMessage(" ");
addBackButton(agent, playerName);
}