diff options
| author | Jorge <spp@jorge.gr> | 2012-07-30 00:02:03 -0700 |
|---|---|---|
| committer | Jorge <spp@jorge.gr> | 2012-07-30 00:02:03 -0700 |
| commit | b460c496e2e2801bc2ff8ac8326765da094fbec3 (patch) | |
| tree | 18f0b009015ce750e7f766e42795ee4af2de0215 /src/server/scripts/Spells | |
| parent | c2501fa04afb593bf5c26fae990f37736c82bc4f (diff) | |
| parent | 634b3645d5f2a0752bc389adfd98f56f84cfd838 (diff) | |
Merge pull request #7227 from Vincent-Michael/PCH
Core/Misc: Use proper headers to optimize compile
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/spell_holiday.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_holiday.cpp b/src/server/scripts/Spells/spell_holiday.cpp index dabe978b58c..c147a548eda 100644 --- a/src/server/scripts/Spells/spell_holiday.cpp +++ b/src/server/scripts/Spells/spell_holiday.cpp @@ -20,7 +20,11 @@ * Scriptnames in this file should be prefixed with "spell_#holidayname_". */ -#include "ScriptPCH.h" +#include "ScriptMgr.h" +#include "ScriptedCreature.h" +#include "SpellScript.h" +#include "SpellAuraEffects.h" +#include "GridNotifiers.h" // 45102 Romantic Picnic enum SpellsPicnic |
