diff --git a/server/gameserver/creature.cc b/server/gameserver/creature.cc index fa23ec95..d891b679 100644 --- a/server/gameserver/creature.cc +++ b/server/gameserver/creature.cc @@ -2168,6 +2168,7 @@ void Creature::SummonObstacle(Buff* buff, int id, const Position& target_pos) if (!GlmHelper::IsZero(GetAttackDir())) { // 999 #if 1 + pos.AddGlmVec3(GetAttackDir() * 100.0f); #else pos = target_pos + GetAttackDir() * 100; #endif