[Feature] Add player /inspect quest event (#2508)

Returning non-zero from EVENT_INSPECT will prevent default message
This commit is contained in:
hg
2022-10-29 19:49:48 -04:00
committed by GitHub
parent 3bc5d4b125
commit 9e836a9780
7 changed files with 29 additions and 4 deletions
+1
View File
@@ -102,6 +102,7 @@ typedef enum {
EVENT_ALT_CURRENCY_MERCHANT_SELL,
EVENT_MERCHANT_BUY,
EVENT_MERCHANT_SELL,
EVENT_INSPECT,
_LargestEventID
} QuestEventID;