mangos / MaNGOS

This is the master Information repository for MaNGOS
http://getmangos.eu
3.03k stars 1.36k forks source link

tiny fixes #33

Closed Nighoo closed 12 years ago

Nighoo commented 12 years ago

allow mounting while stealthed: http://getmangos.com/community/topic/17210/one-rogue-stealth/ dont let pet attack owner own self damage: http://getmangos.com/community/topic/17472/one-health-funnel-warlock-pets/ remove stealth when stunned: http://getmangos.com/community/topic/17209/one-rogue-sap/

as pull request since they are really small... should be "backported" to one and zero

rsa commented 12 years ago

first two commits wrong. stealth removed only by interrupt flags/procs, not always. see phaseshift-like stealth spells. pet's AI/reactions currently fully incorrect, no sence in any small changes.

Nighoo commented 12 years ago

then closed, could be solved in a better way, pet reaction might be added on your own repository to temp. fix the bug...

rsa commented 12 years ago

@stfx, i'm fully rewrite current aurainterrupt system. some of current flags wrong, also wrong his usage. flag 0x800 - really use, but need define also 0x400 and some other. see in R2 - spells like 46021 now work fine.