Core/Refactor: Part 1

This commit is contained in:
hondacrx
2018-05-07 18:56:09 -04:00
parent b2c1554065
commit 216db1c23a
83 changed files with 298 additions and 296 deletions
@@ -823,7 +823,7 @@ namespace Scripts.Northrend.AzjolNerub.AzjolNerub.Nadronox
[Script("spell_hadronox_periodic_summon_necromancer", SpellIds.SummonNecromancerTop, SpellIds.SummonNecromancerBottom)]
class spell_hadronox_periodic_summon_template : AuraScript
{
public spell_hadronox_periodic_summon_template(uint topSpellId, uint bottomSpellId) : base()
public spell_hadronox_periodic_summon_template(uint topSpellId, uint bottomSpellId)
{
_topSpellId = topSpellId;
_bottomSpellId = bottomSpellId;