mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
ICC/Sindragosa:
POINT_FROSTWYRM_LAND now is EFFECT_MOTION_TYPE
This commit is contained in:
@@ -646,7 +646,7 @@ class npc_spinestalker : public CreatureScript
|
||||
|
||||
void MovementInform(uint32 type, uint32 point)
|
||||
{
|
||||
if (type != POINT_MOTION_TYPE || point != POINT_FROSTWYRM_LAND)
|
||||
if (type != EFFECT_MOTION_TYPE || point != POINT_FROSTWYRM_LAND)
|
||||
return;
|
||||
|
||||
me->setActive(false);
|
||||
@@ -761,7 +761,7 @@ class npc_rimefang : public CreatureScript
|
||||
|
||||
void MovementInform(uint32 type, uint32 point)
|
||||
{
|
||||
if (type != POINT_MOTION_TYPE || point != POINT_FROSTWYRM_LAND)
|
||||
if (type != EFFECT_MOTION_TYPE || point != POINT_FROSTWYRM_LAND)
|
||||
return;
|
||||
|
||||
me->setActive(false);
|
||||
|
||||
Reference in New Issue
Block a user