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

Totem spawning #70

Open Lillecarl opened 11 years ago

Lillecarl commented 11 years ago

Bug: Totems are spawning with distance if you are standing "in a wall".

How is should work: When you stand in a wall and the totem "should spawn inside the wall" it should instead spawn "on" the player.

How it works: When you stand in a wall and the totem "should spawn inside the wall" it chooses another location with spawn distance.

How to reproduce: Make a shaman, get totems and a summon totem spell. Stand into a wall with the wall usually to the right (where the first totem spawn) and see the totem spawn behind or forward your location.

This is really not something important, but it kinda disturbs me.

I think this is related to WorldObject::GetNearPoint.