aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellScript.h
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2012-10-07 14:57:18 +0100
committerNay <dnpd.dd@gmail.com>2012-10-07 14:57:18 +0100
commit44c2edee51ba9cec3c481007c5c659b1e2124058 (patch)
tree59cbd3539bcb18f0c22a53c31cc9d9672c25ee35 /src/server/game/Spells/SpellScript.h
parentf570383fbadf12c02d2a3f323eadf5ca2417c3bd (diff)
parent1a89de87c19936b18d45ec783a3244addb996062 (diff)
Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts: src/server/game/DataStores/DBCStructure.h src/server/game/DataStores/DBCfmt.h src/server/game/Spells/SpellMgr.cpp
Diffstat (limited to 'src/server/game/Spells/SpellScript.h')
-rwxr-xr-xsrc/server/game/Spells/SpellScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/SpellScript.h b/src/server/game/Spells/SpellScript.h
index a5d77806739..c8126f8aaf3 100755
--- a/src/server/game/Spells/SpellScript.h
+++ b/src/server/game/Spells/SpellScript.h
@@ -582,8 +582,8 @@ class AuraScript : public _SpellScript
class ScriptStateStore
{
public:
- uint8 _currentScriptState;
AuraApplication const* _auraApplication;
+ uint8 _currentScriptState;
bool _defaultActionPrevented;
ScriptStateStore(uint8 currentScriptState, AuraApplication const* auraApplication, bool defaultActionPrevented)
: _currentScriptState(currentScriptState), _auraApplication(auraApplication), _defaultActionPrevented(defaultActionPrevented)