mangosArchives / Mangos-One-server-old

This repo has been moved to https://githubs.com/mangosone/server
http://getmangos.eu/
GNU General Public License v2.0
95 stars 54 forks source link

Stealth is removed on fall damage #49

Open Lillecarl opened 12 years ago

Lillecarl commented 12 years ago

Stealth should not be removed by falldamage, but druids prowl should. http://www.wowwiki.com/Stealth

"Stealth is no longer broken due to falling damage, unless of course it kills the stealthed unit. However, fire damage from camp fires will still reveal it."

ghost commented 12 years ago

https://github.com/lovelol/server/commit/e76c60275e80f57854001f43fadc5320ead7b945

Untested, IGNORE the spell.cpp changes!

NoReturn commented 12 years ago

Yh we tried this too and didn't work. Even more, the stealth aura is removed even if you comment out the code from DealDamage() so i guess the aura removal is done by procFlags.

Lillecarl commented 12 years ago

Confirmed NoReturns statement is true.