mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user