diff options
author | azazel <none@none> | 2010-08-18 14:09:48 +0600 |
---|---|---|
committer | azazel <none@none> | 2010-08-18 14:09:48 +0600 |
commit | 694ab45bc7109f64a2d4ea93b900a52cf446db78 (patch) | |
tree | 89fdb48542728e69f42e620f86274a53f3586c23 /src | |
parent | e20a541494952a762aea01a81f5b7b2a56b47237 (diff) |
Add missing header. Now project should compile without PCH as well
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Spells/spell_quest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index 1253a2e9b97..0a13c231ebf 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -21,6 +21,8 @@ * Scriptnames of files in this file should be prefixed with "spell_q#questID_". */ +#include "ScriptPCH.h" + enum Quest11587Spells { QUEST11587_SPELL_SUMMON_ARCANE_PRISONER_MALE = 45446, // Summon Arcane Prisoner - Male |