Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
This commit is contained in:
commit
a60a379c30
2 changed files with 17 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1486213838562161500');
|
||||
-- BRITTLE REVENANT LOOT TABLE AND DROP RATE fixed.
|
||||
DELETE FROM `creature_loot_template` WHERE (entry = 30160) AND (item IN (42246));
|
||||
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
|
||||
(30160, 42246, 68, 1, 0, 1, 1);
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE (entry = 30160) AND (item IN (42780));
|
||||
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
|
||||
(30160, 42780, 34, 1, 0, 1, 1);
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE (entry = 30160) AND (item IN (37701));
|
||||
INSERT INTO `creature_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
|
||||
(30160, 37701, 26, 1, 0, 1, 2);
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1486214058938766300');
|
||||
-- CIVILIAN RECRUIT CHANGED MODIELID FROM 3422 TO 24821/24818 --
|
||||
UPDATE `creature` SET `modelid` = 24821 WHERE `guid` IN (117788);
|
||||
UPDATE `creature` SET `modelid` = 24818 WHERE `guid` IN (117789);
|
||||
Loading…
Add table
Add a link
Reference in a new issue