Missing data from spell_threat for various Warrior abilities, closes issue 2258, thanks maeh.sheep for collecting data. Most of the values are blizzlike, but since some of them are variable depending on AP/damage, we're using general increase for those based on previous ranks

--HG--
branch : trunk
This commit is contained in:
Shocker
2010-09-02 16:24:08 +03:00
parent 8331da627d
commit 21313bec57
2 changed files with 106 additions and 0 deletions
+30
View File
@@ -14554,6 +14554,36 @@ CREATE TABLE `spell_threat` (
LOCK TABLES `spell_threat` WRITE;
/*!40000 ALTER TABLE `spell_threat` DISABLE KEYS */;
INSERT INTO `spell_threat` VALUES (78,20),(284,39),(285,59),(770,108),(1608,78),(1672,180),(1715,61),(6572,155),(6574,195),(6809,89),(7372,101),(7373,141),(7379,235),(7386,100),(7405,140),(8380,180),(8972,118),(9745,148),(9880,178),(9881,207),(11556,43),(11564,98),(11565,118),(11566,137),(11567,145),(11596,220),(11597,261),(11600,275),(11601,315),(11775,395),(14921,415),(17735,200),(17750,300),(17751,450),(17752,600),(20736,100),(23922,160),(23923,190),(23924,220),(23925,250),(24394,580),(24583,5),(25286,175),(25288,355),(25289,60),(20243,101),(30016,101),(30022,101),(29707,196),(30324,220),(26996,176),(25258,286),(30356,323),(25269,400),(30357,483),(29704,230),(25225,300),(20569,100),(25231,130),(33745,285),(16857,108),(6343,17),(8198,40),(8204,64),(8205,96),(11580,143),(11581,180),(25264,215),(33878,129),(33986,180),(33987,232),(20925,20),(20927,30),(20928,40),(27179,54),(2139,300);
INSERT INTO `spell_threat` VALUES
(6673,1),
(5242,12),
(6192,22),
(11549,32),
(11550,42),
(11551,52),
(2048,69),
(47436,78),
(47519,175),
(47520,225),
(469,68),
(47439,77),
(47440,80),
(25202,49),
(25203,56),
(47437,63),
(47497,101),
(47498,101),
(47449,233),
(47450,259),
(57823,530),
(12797,25),
(12799,25),
(72,36),
(47487,546),
(47488,770),
(47467,345),
(47501,457),
(47502,555);
/*!40000 ALTER TABLE `spell_threat` ENABLE KEYS */;
UNLOCK TABLES;