[9266] Implement CMSG_CORPSE_MAP_POSITION_QUERY opcode.

* Send coordinates of corpse on world map, if outside instance.
* Send coordinates of instance entrance, if inside instance.

Thanks to Ceris and Lightguard for helping with research/code.
This commit is contained in:
XTZGZoReX 2010-01-29 22:01:16 +01:00
parent 49a0d352b6
commit 1d2943a2fd
2 changed files with 68 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9265"
#define REVISION_NR "9266"
#endif // __REVISION_NR_H__