Skip to content

Commit

Permalink
api: add npc_say chattype (runelite#18027)
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-agon authored Jul 12, 2024
1 parent c906146 commit eab40b3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ public enum ChatMessageType
* Chat type for dialog with a graphic/object
*/
MESBOX(115),
/**
* Chat type for some npcs overhead text
*/
NPC_SAY(116),
/**
* An unknown message type.
*/
Expand Down

0 comments on commit eab40b3

Please sign in to comment.