CraftedRO

Results 400 comments of CraftedRO

https://www.paypal-community.com/t5/REST-APIs/Error-Got-Http-response-code-401-when-accessing-https-api-paypal/m-p/3051364/highlight/true#M8377

Just tested this PR and it looks a lot better than what we have, maybe will merge it this century. [Before](https://youtu.be/sXOKYWBcvxY) [After](https://youtu.be/76wvgpNTnuQ)

@14shagov can you also add this https://github.com/TrinityCore/TrinityCore/issues/23046#issuecomment-706394046 / https://youtu.be/JNGTL8ZA6-o?t=494 ?

this is not how a fix shoud look like, we don't delete the entire row but we update the values with sniffed ones.

looks like creature_template_movement is correct as it is according to sniff but the trick is in creature_template_addon > AnimTier, where wpp export value 3 and in sniff we read PlayHoverAnim:...

Sniffed fix still better than what we have atm: ```sql -- Buzzard UPDATE `creature_template_addon` SET `AnimTier`=3,`PvPFlags`=0 WHERE `entry`=2830; ```

Yeah, every moving flying npc spawned on ground (Z) level that have record in template movement is in the same situation.

>But these values are already in DB maybe because was added in the commit above ?! idk but I'm repeating myself: every moving flying npc spawned on ground (Z) level...

yeah, and indeed the sniffed values were taken from retail npc that have different name Parched Buzzard but same entry (not sure if smth change related to AnimTier state since...

> So the fix is I think we can merge this, looks good ingame.