#
# This file is part of Project SkyFire https://www.projectskyfire.org. 
# See COPYRIGHT file for Copyright information
#

set(scripts_STAT_SRCS
  ${scripts_STAT_SRCS}
  Spells/spell_shaman.cpp
  Spells/spell_hunter.cpp
  Spells/spell_rogue.cpp
  Spells/spell_druid.cpp
  Spells/spell_dk.cpp
  Spells/spell_quest.cpp
  Spells/spell_warrior.cpp
  Spells/spell_generic.cpp
  Spells/spell_archaeology.cpp
  Spells/spell_warlock.cpp
  Spells/spell_priest.cpp
  Spells/spell_mage.cpp
  Spells/spell_monk.cpp
  Spells/spell_mastery.cpp
  Spells/spell_paladin.cpp
  Spells/spell_item.cpp
  Spells/spell_holiday.cpp
  Spells/spell_pet.cpp
)

message("  -> Prepared: Spells")
