mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
chore(Core/Misc): remove toxic language (#6988)
This commit is contained in:
@@ -586,7 +586,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// tc idiots, they use updateAI, while we have movementinform :)
|
||||
// tc use updateAI, while we have movementinform :)
|
||||
void MovementInform(uint32 type, uint32 /*param*/) override
|
||||
{
|
||||
if (type == POINT_MOTION_TYPE)
|
||||
@@ -786,7 +786,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
// tc idiots, they use updateAI, while we have movementinform :)
|
||||
// tc they use updateAI, while we have movementinform :)
|
||||
void MovementInform(uint32 type, uint32 /*param*/) override
|
||||
{
|
||||
if (type == POINT_MOTION_TYPE)
|
||||
|
||||
Reference in New Issue
Block a user