Cleanup scripts and removed not needed ones.

This commit is contained in:
hondacrx
2017-07-21 11:59:42 -04:00
parent 40a4685a9c
commit 54fc79fced
16 changed files with 24 additions and 404 deletions
+2 -2
View File
@@ -122,9 +122,9 @@ namespace Scripts.Northrend.Ulduar.Xt002
}
[Script]
class boss_xt002_ : BossAI
class boss_xt002 : BossAI
{
public boss_xt002_(Creature creature) : base(creature, BossIds.Xt002)
public boss_xt002(Creature creature) : base(creature, BossIds.Xt002)
{
Initialize();
_transferHealth = 0;