diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-09-01 23:50:02 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-09-01 23:50:02 +0200 |
| commit | cbd1c0926728e4b4b7bf1554f07611f1b7da08b0 (patch) | |
| tree | b6d971b0bcac9a92a9fd8d8c7b792f7c0d94614d | |
| parent | 32f18d05ae8c49d9879adcaa91f9a6fbce4b7ec0 (diff) | |
Nopch fix
| -rw-r--r-- | src/server/scripts/Spells/spell_warlock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp index 6cfb059acb7..4479fa38326 100644 --- a/src/server/scripts/Spells/spell_warlock.cpp +++ b/src/server/scripts/Spells/spell_warlock.cpp @@ -28,6 +28,7 @@ #include "GameObject.h" #include "ObjectAccessor.h" #include "Player.h" +#include "Random.h" #include "SpellAuraEffects.h" #include "SpellAuras.h" #include "SpellMgr.h" |
