diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-09-14 16:54:21 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-09-14 16:54:21 +0200 |
commit | 2a1a2943838d04c6987fcdd68c5e6362798452fe (patch) | |
tree | eb9a3f3de7de07569eebaf36d872772ebf1d47ec /src/server/scripts/Examples | |
parent | a0e50ea35fca61447bf07fc45d93c98234ba59f7 (diff) |
Scripts/Commands: Fixed build with -DSCRIPTS=0
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r-- | src/server/scripts/Examples/example_escort.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Examples/example_escort.cpp b/src/server/scripts/Examples/example_escort.cpp index 88188a45296..229d32e6c4a 100644 --- a/src/server/scripts/Examples/example_escort.cpp +++ b/src/server/scripts/Examples/example_escort.cpp @@ -166,7 +166,7 @@ class example_escort : public CreatureScript { if (m_uiChatTimer <= uiDiff) { - if (me->HasAura(SPELL_ELIXIR_OF_FORTITUDE, 0)) + if (me->HasAura(SPELL_ELIXIR_OF_FORTITUDE)) { Talk(SAY_RAND_1); DoCast(me, SPELL_BLUE_FIREWORK, false); |