mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/DM: added reputation rewards for all heroic Deadmines creatures
This commit is contained in:
32
sql/updates/world/custom/custom_2018_11_14_07_world.sql
Normal file
32
sql/updates/world/custom/custom_2018_11_14_07_world.sql
Normal file
@@ -0,0 +1,32 @@
|
||||
DELETE FROM `creature_onkill_reward` WHERE `creature_id` IN (48834, 48829,48830, 48823, 48824, 48826, 48827, 48819, 48814, 48811, 48812, 48914, 48810, 48787, 48792, 48791, 48781, 48777, 48778, 48936, 48940, 48941, 48943, 48944, 49541, 49851);
|
||||
|
||||
-- Heroic Mode
|
||||
-- Deadmines
|
||||
INSERT INTO `creature_onkill_reward` (`creature_id`, `RewOnKillRepFaction1`, `MaxStanding1`, `IsTeamAward1`, `RewOnKillRepValue1`, `TeamDependent`) VALUES
|
||||
(48834, 1162, 7, 0, 15, 0),
|
||||
(48829, 1162, 7, 0, 15, 0),
|
||||
(48830, 1162, 7, 0, 15, 0),
|
||||
(48823, 1162, 7, 0, 15, 0),
|
||||
(48824, 1162, 7, 0, 15, 0),
|
||||
(48826, 1162, 7, 0, 15, 0),
|
||||
(48827, 1162, 7, 0, 15, 0),
|
||||
(48819, 1162, 7, 0, 15, 0),
|
||||
(48814, 1162, 7, 0, 15, 0),
|
||||
(48811, 1162, 7, 0, 15, 0),
|
||||
(48812, 1162, 7, 0, 15, 0),
|
||||
(48914, 1162, 7, 0, 15, 0),
|
||||
(48787, 1162, 7, 0, 15, 0),
|
||||
(49851, 1162, 7, 0, 15, 0),
|
||||
(48792, 1162, 7, 0, 15, 0),
|
||||
(48791, 1162, 7, 0, 15, 0),
|
||||
(48781, 1162, 7, 0, 15, 0),
|
||||
(48777, 1162, 7, 0, 15, 0),
|
||||
(48778, 1162, 7, 0, 15, 0),
|
||||
(48936, 1162, 7, 0, 250, 0),
|
||||
(48940, 1162, 7, 0, 250, 0),
|
||||
(48941, 1162, 7, 0, 250, 0),
|
||||
(48943, 1162, 7, 0, 250, 0),
|
||||
(48944, 1162, 7, 0, 250, 0),
|
||||
(49541, 1162, 7, 0, 250, 0);
|
||||
|
||||
UPDATE `creature_onkill_reward` SET `CurrencyId1`= 395, `CurrencyCount1`= 7000 WHERE `creature_id` IN (48936, 48940, 48941, 48944 , 48943, 49541);
|
||||
Reference in New Issue
Block a user