From ccea6956cd3df931cb07e225896109a48853e2c0 Mon Sep 17 00:00:00 2001 From: avitasia Date: Sun, 22 Feb 2026 20:53:45 -0800 Subject: [PATCH] fix CastType in readme --- EVENTS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/EVENTS.md b/EVENTS.md index db34dff..f5a3c3e 100644 --- a/EVENTS.md +++ b/EVENTS.md @@ -101,12 +101,12 @@ The event is `SPELL_CAST_EVENT` and has 5 parameters: Possible Cast Types: ``` -NORMAL=1 -NON_GCD=2 -ON_SWING=3 -CHANNEL=4 -TARGETING=5 (targeting is the term I used for spells with terrain targeting) -TARGETING_NON_GCD=6 +NORMAL=0 +NON_GCD=1 +ON_SWING=2 +CHANNEL=3 +TARGETING=4 (targeting is the term I used for spells with terrain targeting) +TARGETING_NON_GCD=5 ``` targetGuid will be "0x000000000" unless an explicit target is specified which currently only happens in 2 circumstances: