From 60b89174c6b6300079344267bae60d74347e1fa5 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Wed, 11 Jun 2025 03:30:51 -0300 Subject: some announce functions --- src/cr.hh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/cr.hh') diff --git a/src/cr.hh b/src/cr.hh index 92521bd..162cb68 100644 --- a/src/cr.hh +++ b/src/cr.hh @@ -403,6 +403,13 @@ struct TCombat{ // TFindCreatures // ============================================================================= +enum : int { + FIND_PLAYERS = 0x01, + FIND_NPCS = 0x02, + FIND_MONSTERS = 0x04, + FIND_ALL = FIND_PLAYERS | FIND_NPCS | FIND_MONSTERS, +}; + struct TFindCreatures { TFindCreatures(int RadiusX, int RadiusY, int CenterX, int CenterY, int Mask); TFindCreatures(int RadiusX, int RadiusY, uint32 CreatureID, int Mask); -- cgit v1.2.3