Mercurial > wow > kbf
comparison KBF.lua @ 61:46ba8e0a63c7
add windfury to known weapn enchants
| author | Chris Mellon <arkanes@gmail.com> |
|---|---|
| date | Wed, 17 Aug 2011 19:40:26 -0500 |
| parents | 4d359ee4649c |
| children | 31eac67dd283 |
comparison
equal
deleted
inserted
replaced
| 60:308371455bc0 | 61:46ba8e0a63c7 |
|---|---|
| 274 -- tooltip string -> {spellid, duration} | 274 -- tooltip string -> {spellid, duration} |
| 275 local knownEnchants = { | 275 local knownEnchants = { |
| 276 ["Flametongue"] = {8024, 30*60}, | 276 ["Flametongue"] = {8024, 30*60}, |
| 277 ["Frostbrand"] = {8033, 30*60}, | 277 ["Frostbrand"] = {8033, 30*60}, |
| 278 ["Earthliving"] = {51730, 30*60}, | 278 ["Earthliving"] = {51730, 30*60}, |
| 279 ["Windfury"] = {8232, 30*60}, | |
| 279 ["Instant Poison"] = {8680, 60*60}, | 280 ["Instant Poison"] = {8680, 60*60}, |
| 280 ["Wound Poison"] = {13218, 60*60}, | 281 ["Wound Poison"] = {13218, 60*60}, |
| 281 ["Deadly Poison"] = {2823, 60*60}, | 282 ["Deadly Poison"] = {2823, 60*60}, |
| 282 | 283 |
| 283 } | 284 } |
