Add language/racial skill to worgen and goblins.

This commit is contained in:
Zyres
2018-04-19 18:56:41 +02:00
parent e647c91962
commit 7d07c9fe60
3 changed files with 123 additions and 3 deletions

View File

@@ -1564,7 +1564,63 @@ INSERT INTO `playercreateinfo_skills` (`indexid`, `skillid`, `build`, `level`, `
(65, 762, 15595, 150, 150),
(65, 770, 15595, 1, 1),
(65, 771, 15595, 1, 1),
(65, 772, 15595, 1, 1);
(65, 772, 15595, 1, 1),
(74, 789, 15595, 300, 300),
(75, 789, 15595, 300, 300),
(76, 789, 15595, 300, 300),
(77, 789, 15595, 300, 300),
(78, 789, 15595, 300, 300),
(79, 789, 15595, 300, 300),
(80, 789, 15595, 300, 300),
(81, 789, 15595, 300, 300),
(74, 791, 15595, 300, 300),
(75, 791, 15595, 300, 300),
(76, 791, 15595, 300, 300),
(77, 791, 15595, 300, 300),
(78, 791, 15595, 300, 300),
(79, 791, 15595, 300, 300),
(80, 791, 15595, 300, 300),
(81, 791, 15595, 300, 300),
(74, 98, 15595, 300, 300),
(75, 98, 15595, 300, 300),
(76, 98, 15595, 300, 300),
(77, 98, 15595, 300, 300),
(78, 98, 15595, 300, 300),
(79, 98, 15595, 300, 300),
(80, 98, 15595, 300, 300),
(81, 98, 15595, 300, 300),
(66, 98, 15595, 300, 300),
(67, 98, 15595, 300, 300),
(68, 98, 15595, 300, 300),
(69, 98, 15595, 300, 300),
(70, 98, 15595, 300, 300),
(71, 98, 15595, 300, 300),
(72, 98, 15595, 300, 300),
(73, 98, 15595, 300, 300),
(66, 790, 15595, 300, 300),
(67, 790, 15595, 300, 300),
(68, 790, 15595, 300, 300),
(69, 790, 15595, 300, 300),
(70, 790, 15595, 300, 300),
(71, 790, 15595, 300, 300),
(72, 790, 15595, 300, 300),
(73, 790, 15595, 300, 300),
(66, 792, 15595, 300, 300),
(67, 792, 15595, 300, 300),
(68, 792, 15595, 300, 300),
(69, 792, 15595, 300, 300),
(70, 792, 15595, 300, 300),
(71, 792, 15595, 300, 300),
(72, 792, 15595, 300, 300),
(73, 792, 15595, 300, 300),
(66, 109, 15595, 300, 300),
(67, 109, 15595, 300, 300),
(68, 109, 15595, 300, 300),
(69, 109, 15595, 300, 300),
(70, 109, 15595, 300, 300),
(71, 109, 15595, 300, 300),
(72, 109, 15595, 300, 300),
(73, 109, 15595, 300, 300);
/*!40000 ALTER TABLE `playercreateinfo_skills` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;

View File

@@ -8,7 +8,7 @@ CREATE TABLE IF NOT EXISTS `world_db_version` (
`id` smallint(6) NOT NULL AUTO_INCREMENT,
`LastUpdate` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=latin1;
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1;
DELETE FROM `world_db_version`;
/*!40000 ALTER TABLE `world_db_version` DISABLE KEYS */;
@@ -31,7 +31,8 @@ INSERT INTO `world_db_version` (`id`, `LastUpdate`) VALUES
(16, '1.3.33_playercreateinfo_misc'),
(17, '1.3.34_playercreateinfo_introid'),
(18, '1.3.35_playercreateinfo_faction'),
(19, '1.3.36_playercreateinfo_displayid');
(19, '1.3.36_playercreateinfo_displayid'),
(20, '1.3.37_worgen_goblin_language');
/*!40000 ALTER TABLE `world_db_version` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;

View File

@@ -0,0 +1,63 @@
/*
Add missing language/racial skills to worgen and goblin
*/
REPLACE INTO `playercreateinfo_skills` VALUES
(74, 789, 15595, 300, 300),
(75, 789, 15595, 300, 300),
(76, 789, 15595, 300, 300),
(77, 789, 15595, 300, 300),
(78, 789, 15595, 300, 300),
(79, 789, 15595, 300, 300),
(80, 789, 15595, 300, 300),
(81, 789, 15595, 300, 300),
(74, 791, 15595, 300, 300),
(75, 791, 15595, 300, 300),
(76, 791, 15595, 300, 300),
(77, 791, 15595, 300, 300),
(78, 791, 15595, 300, 300),
(79, 791, 15595, 300, 300),
(80, 791, 15595, 300, 300),
(81, 791, 15595, 300, 300),
(74, 98, 15595, 300, 300),
(75, 98, 15595, 300, 300),
(76, 98, 15595, 300, 300),
(77, 98, 15595, 300, 300),
(78, 98, 15595, 300, 300),
(79, 98, 15595, 300, 300),
(80, 98, 15595, 300, 300),
(81, 98, 15595, 300, 300),
(66, 98, 15595, 300, 300),
(67, 98, 15595, 300, 300),
(68, 98, 15595, 300, 300),
(69, 98, 15595, 300, 300),
(70, 98, 15595, 300, 300),
(71, 98, 15595, 300, 300),
(72, 98, 15595, 300, 300),
(73, 98, 15595, 300, 300),
(66, 790, 15595, 300, 300),
(67, 790, 15595, 300, 300),
(68, 790, 15595, 300, 300),
(69, 790, 15595, 300, 300),
(70, 790, 15595, 300, 300),
(71, 790, 15595, 300, 300),
(72, 790, 15595, 300, 300),
(73, 790, 15595, 300, 300),
(66, 792, 15595, 300, 300),
(67, 792, 15595, 300, 300),
(68, 792, 15595, 300, 300),
(69, 792, 15595, 300, 300),
(70, 792, 15595, 300, 300),
(71, 792, 15595, 300, 300),
(72, 792, 15595, 300, 300),
(73, 792, 15595, 300, 300),
(66, 109, 15595, 300, 300),
(67, 109, 15595, 300, 300),
(68, 109, 15595, 300, 300),
(69, 109, 15595, 300, 300),
(70, 109, 15595, 300, 300),
(71, 109, 15595, 300, 300),
(72, 109, 15595, 300, 300),
(73, 109, 15595, 300, 300);
INSERT INTO `world_db_version` VALUES ('20', '1.3.37_worgen_goblin_language');