aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-14 16:39:20 +0200
committerQAston <none@none>2009-07-14 16:39:20 +0200
commit96cd58bd3791d86533d4b0e7080017271329841b (patch)
treefccd67cb9fe1f2f26d120c692072601bd3a3c8d4
parent79e0468af668529b440f18c893825613b4375831 (diff)
*spell_bonus_data for Glyph of Chains of Ice - by Zcuron
--HG-- branch : trunk
-rw-r--r--sql/updates/4464_world_spell_bonus_data_TDB.sql3
-rw-r--r--src/game/Unit.cpp4
2 files changed, 5 insertions, 2 deletions
diff --git a/sql/updates/4464_world_spell_bonus_data_TDB.sql b/sql/updates/4464_world_spell_bonus_data_TDB.sql
new file mode 100644
index 00000000000..9d7bacd90be
--- /dev/null
+++ b/sql/updates/4464_world_spell_bonus_data_TDB.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_bonus_data` WHERE `entry` = '58621';
+INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES
+(58621, 0, 0, 0.08, 'Death Knight - Glyph of Chains of Ice');
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index d1e1ba821e2..696c17fba86 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -10537,8 +10537,8 @@ void Unit::SetInCombatState(bool PvP, Unit* enemy)
if(GetTypeId() != TYPEID_PLAYER)
{
//if(GetMotionMaster()->GetMotionSlotType(MOTION_SLOT_IDLE) != IDLE_MOTION_TYPE)
- if (((Creature *)this)->GetMotionMaster()->GetCurrentMovementGeneratorType() == WAYPOINT_MOTION_TYPE)
- ((Creature*)this)->SetHomePosition(GetPositionX(), GetPositionY(), GetPositionZ(), GetOrientation());
+ //if (((Creature *)this)->GetMotionMaster()->GetCurrentMovementGeneratorType() == WAYPOINT_MOTION_TYPE)
+ //((Creature*)this)->SetHomePosition(GetPositionX(), GetPositionY(), GetPositionZ(), GetOrientation());
if(enemy)
{
if(((Creature*)this)->IsAIEnabled)