[9019] Add/update some hidden threat values for warrior/druid spells.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Seizer 2009-12-18 04:11:43 +03:00 committed by VladimirMangos
parent 393ab4a7ca
commit cc9072c89f
5 changed files with 170 additions and 11 deletions

View file

@ -24,7 +24,7 @@ CREATE TABLE `db_version` (
`version` varchar(120) default NULL,
`creature_ai_version` varchar(120) default NULL,
`cache_id` int(10) default '0',
`required_9018_01_mangos_spell_bonus_data` bit(1) default NULL
`required_9019_01_mangos_spell_threat` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
--
@ -18647,18 +18647,33 @@ CREATE TABLE `spell_threat` (
LOCK TABLES `spell_threat` WRITE;
/*!40000 ALTER TABLE `spell_threat` DISABLE KEYS */;
INSERT INTO `spell_threat` VALUES
(72,293),
(78,20),
(99,42),
(284,39),
(285,59),
(469,40),
(676,104),
(770,108),
(845,10),
(1160,16),
(1608,78),
(1672,180),
(1715,61),
(1735,42),
(2048,70),
(2139,300),
(5242,26),
(6190,26),
(6192,32),
(6343,17),
(6572,155),
(6673,18),
(6574,195),
(6809,89),
(6807,322),
(6808,322),
(6809,322),
(7369,40),
(7372,101),
(7373,141),
(7379,235),
@ -18666,10 +18681,18 @@ INSERT INTO `spell_threat` VALUES
(8198,40),
(8204,64),
(8205,96),
(8972,118),
(9745,148),
(9880,178),
(9881,207),
(8972,322),
(9490,42),
(9745,322),
(9747,42),
(9880,322),
(9881,322),
(9898,42),
(11549,40),
(11550,48),
(11551,56),
(11554,30),
(11555,37),
(11556,43),
(11564,98),
(11565,118),
@ -18679,6 +18702,8 @@ INSERT INTO `spell_threat` VALUES
(11581,180),
(11600,275),
(11601,315),
(11608,60),
(11609,70),
(11775,395),
(14921,415),
(16857,108),
@ -18697,14 +18722,17 @@ INSERT INTO `spell_threat` VALUES
(23925,250),
(24394,580),
(24583,5),
(25202,50),
(25203,55),
(25231,130),
(25258,286),
(25264,215),
(25269,400),
(25286,175),
(25288,355),
(25289,60),
(26996,176),
(25289,62),
(26996,322),
(26998,42),
(27179,54),
(29704,230),
(29707,196),
@ -18714,7 +18742,28 @@ INSERT INTO `spell_threat` VALUES
(33745,285),
(33878,129),
(33986,180),
(33987,232);
(33987,232),
(47436,78),
(47437,63),
(47439,60),
(47440,80),
(47449,236),
(47450,259),
(47487,520),
(47488,770),
(47497,101),
(47498,101),
(47501,235),
(47502,260),
(47519,180),
(47520,225),
(48479,322),
(48480,322),
(48559,42),
(48560,42),
(48567,285),
(48568,285),
(57823,500);
/*!40000 ALTER TABLE `spell_threat` ENABLE KEYS */;
UNLOCK TABLES;