aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-10-15 11:15:25 -0500
committerSubv <s.v.h21@hotmail.com>2012-10-15 11:15:25 -0500
commitc757f811f265752f2e4dfe1921ace9d7aaf80983 (patch)
tree14b467a51cf38d5e2bc243c78a90102eda6d656f /src/server/scripts/Spells
parent963aa5a159c5541b6c794b42a5f5809bc7a36192 (diff)
parent6f0a8040d8d363064c7d4aa65d3b3d6f40796009 (diff)
Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Conflicts: src/server/scripts/Commands/cs_modify.cpp
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_item.cpp b/src/server/scripts/Spells/spell_item.cpp
index 0508d95a60b..ef810b50b6f 100644
--- a/src/server/scripts/Spells/spell_item.cpp
+++ b/src/server/scripts/Spells/spell_item.cpp
@@ -1844,7 +1844,7 @@ class spell_item_unusual_compass : public SpellScriptLoader
{
Unit* caster = GetCaster();
caster->SetOrientation(frand(0.0f, 62832.0f) / 10000.0f);
- caster->SendMovementFlagUpdate();
+ caster->SendMovementFlagUpdate(true);
}
void Register()