offl

Results 171 comments of offl

What about the solution in https://github.com/cmangos/tbc-db/commit/432d0877817a5e373a15a8715d8776cdacd2cb84?

>```sql >-- Bot-Specialist Alley - Small correction. The NPC addresses the robot (male, I assume) using $g, which is of course broken. >-- https://www.wowhead.com/wotlk/npc=19578/bot-specialist-alley >UPDATE broadcast_text_locale SET Text1='Ты вернулся! А...

You can try to figure out why creature has no target when performing such texts instead of editing sniffed values

There's a rule to not touch wdb data or sniffed data without sniffs

You're not fixing it this way If a script will be adjusted to use correct target, those texts will be displayed in a correct way (maybe not, blizzlike bug)

In some cases texts are displayed wrongly in retail because of how their AI works And that never will be fixed on retail because it's not even possible to fix

It's not related to pets or tame beast because all those items charms creatures for a given time and not tame them And behavior of charmed creatures is not the...

`Creature::UpdateLevelDependantStats()` contains `ResetPlayerDamageReq()` and is called inside `Creature::UpdateEntry` `void ResetPlayerDamageReq() { m_PlayerDamageReq = GetHealth() / 2; }` Script from #24703 calls ```cpp me->SetHealth(me->CountPctFromMaxHealth(uHpPct)); me->LowerPlayerDamageReq(me->GetMaxHealth() - me->GetHealth()); ```

> a **flying player** gets hit by that spell Well it doesn't dismount creatures with non-flying mounts(sniff) It's 100 times easier to ask someone to check it