mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-16 13:00:42 -04:00
* Move all movable spell effects from core to DB. Needs DB support.
* Fix some compile errors made in previous commits. --HG-- branch : trunk
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
class spell_gen_remove_flight_auras : public SpellHandlerScript
|
||||
{
|
||||
public:
|
||||
|
||||
spell_gen_remove_flight_auras() : SpellHandlerScript("spell_gen_remove_flight_auras") {}
|
||||
|
||||
class spell_gen_remove_flight_auras_SpellScript : public SpellScript
|
||||
@@ -51,7 +50,7 @@ class spell_gen_remove_flight_auras : public SpellHandlerScript
|
||||
{
|
||||
return new spell_gen_remove_flight_auras_SpellScript;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
void AddSC_generic_spell_scripts()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user