Misc fixes, and added GetDebugInfo() which was missed.

This commit is contained in:
hondacrx
2022-01-05 13:11:32 -05:00
parent b2ddeb3408
commit 0d68984717
28 changed files with 170 additions and 53 deletions
+3 -3
View File
@@ -238,7 +238,7 @@ namespace Scripts.Spells.Druid
}
}
// 48517 Eclipse (Solar) + 48518 Eclipse (Lunar)
[Script] // 48517 Eclipse (Solar) + 48518 Eclipse (Lunar)
class spell_dru_eclipse_aura : AuraScript
{
public override bool Validate(SpellInfo spellInfo)
@@ -262,7 +262,7 @@ namespace Scripts.Spells.Druid
}
}
// 79577 - Eclipse - SPELL_DRUID_ECLIPSE_DUMMY
[Script] // 79577 - Eclipse - SPELL_DRUID_ECLIPSE_DUMMY
class spell_dru_eclipse_dummy : AuraScript
{
class InitializeEclipseCountersEvent : BasicEvent
@@ -353,7 +353,7 @@ namespace Scripts.Spells.Druid
}
}
// 329910 - Eclipse out of combat - SPELL_DRUID_ECLIPSE_OOC
[Script] // 329910 - Eclipse out of combat - SPELL_DRUID_ECLIPSE_OOC
class spell_dru_eclipse_ooc : AuraScript
{
public override bool Validate(SpellInfo spellInfo)