Skip to content
Snippets Groups Projects
Commit 0740e646 authored by Edie Pasek's avatar Edie Pasek
Browse files

Added UndeadWitch, UndeadTroll and Troll to Mob data

parent b560f9a9
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ var mob = function(){
1046:"SnakeLord",
1047:"Poltergeist",
1049:"Bee",
1054:"Troll",
1055:"Butterfly",
1056:"CaveMaggot",
1057:"AngryScorpion",
......@@ -104,6 +105,8 @@ var mob = function(){
1112:"Santaboo",
1113:"Pollett",
1114:"Nutcracker",
1116:"UndeadWitch",
1117:"UndeadTroll",
};
mob.nameByServerID = function(serverID) {
return serverID in mobs ? mobs[serverID] : String(serverID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment