mirror of
https://github.com/Relintai/Relintais-Enemy-Kooldown-Tracker-WotLK.git
synced 2024-11-08 10:12:11 +01:00
Modified defaults.
This commit is contained in:
parent
354b183c36
commit
d62eea75dc
16
Vect.lua
16
Vect.lua
@ -164,16 +164,16 @@ Vect.defaults = {
|
||||
enabled = true,
|
||||
silence = 1,
|
||||
gapcloser = 2,
|
||||
defensive = 3,
|
||||
potion = 4,
|
||||
nuke = 5,
|
||||
anticc = 6,
|
||||
cc = 7,
|
||||
stun = 8,
|
||||
defensive = 6,
|
||||
potion = 12,
|
||||
nuke = 7,
|
||||
anticc = 5,
|
||||
cc = 4,
|
||||
stun = 3,
|
||||
disarm = 9,
|
||||
cdreset = 10,
|
||||
shield = 11,
|
||||
uncategorized = 12
|
||||
shield = 5,
|
||||
uncategorized = 13
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user