diff options
| author | Spp <spp@jorge.gr> | 2012-07-30 10:07:26 +0200 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-07-30 10:07:26 +0200 |
| commit | 5a99dfad149245c685c088e9e08aa445428b9e53 (patch) | |
| tree | 9a1c27b6c9ec950da21df00251df09e8142bdb76 /src/server/scripts/Spells | |
| parent | b460c496e2e2801bc2ff8ac8326765da094fbec3 (diff) | |
Warning fixes + compile fix after the merge
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/spell_holiday.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_holiday.cpp b/src/server/scripts/Spells/spell_holiday.cpp index c147a548eda..a1ecac6256a 100644 --- a/src/server/scripts/Spells/spell_holiday.cpp +++ b/src/server/scripts/Spells/spell_holiday.cpp @@ -25,6 +25,7 @@ #include "SpellScript.h" #include "SpellAuraEffects.h" #include "GridNotifiers.h" +#include "CellImpl.h" // 45102 Romantic Picnic enum SpellsPicnic |
