function NTA_StaticCheckBoss(boss) |
{ |
var bosslist = [\"andariel\", \"duriel\", \"mephisto\", \"diablo\", \"baal\", \"the countess\", \"eldritch the rectifier\", \"lister the tormentor\", \"Toorc Icefist\", \"Hephasto The Armorer\"]; |
for( var j = 0; j < bosslist.length; ++j ){ |
if(boss.name.toLowerCase() == bosslist[j].toLowerCase()) |
{ |
return true; |
} |
} |
return false; |
} |
欢迎光临 战网中国 (http://battlecn.net/) | Powered by Discuz! X3.1 |