diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-11-26 19:28:53 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-11-26 19:28:53 +0100 |
| commit | 3b90b0368a019d47911062da6257555e88d17fda (patch) | |
| tree | 9095e3e5584d8c8b3c6332aef6ff4ae668247a73 /src/server/game/AI/SmartScripts | |
| parent | 28fb22b1088bd41dd886647ecdb55833fd61ae22 (diff) | |
Core/Misc: fix warning and misc codestyle fixes
Diffstat (limited to 'src/server/game/AI/SmartScripts')
| -rw-r--r-- | src/server/game/AI/SmartScripts/SmartScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartScript.h b/src/server/game/AI/SmartScripts/SmartScript.h index 6f9046520b0..1c4b9a51ece 100644 --- a/src/server/game/AI/SmartScripts/SmartScript.h +++ b/src/server/game/AI/SmartScripts/SmartScript.h @@ -248,7 +248,7 @@ class SmartScript void DecPhase(int32 p = 1) { - if(mEventPhase > (uint32)p) + if (mEventPhase > (uint32)p) mEventPhase -= (uint32)p; else mEventPhase = 0; |
