changeset 417:929d2b27a087

Added new spell ID for Chi Wave to blacklist.
author MMOSimca <MMOSimca@gmail.com>
date Wed, 07 Jan 2015 01:38:31 -0500
parents e7b6a1de7df9
children df4820871122
files Main.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Main.lua	Mon Jan 05 11:22:40 2015 -0500
+++ b/Main.lua	Wed Jan 07 01:38:31 2015 -0500
@@ -1741,6 +1741,7 @@
     local BLACKLISTED_SPELLS = {
         [117526] = true, -- Binding Shot
         [132464] = true, -- Chi Wave
+        [132467] = true, -- Chi Wave
         [121308] = true, -- Disguise
     }