Skip to content

Commit 572fe5a

Browse files
authored
feat: update OS emblems (#470)
1 parent 89c3351 commit 572fe5a

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
-- Obsidian Sanctum drakes: Heroism -> Valor
2+
-- Shadron (10N: 30451, 25N: 31520)
3+
-- Vesperon (10N: 30449, 25N: 31535)
4+
-- Tenebron (10N: 30452, 25N: 31534)
5+
UPDATE `creature_loot_template`
6+
SET `Item` = 40753, `Comment` = 'Emblem of Valor'
7+
WHERE `Entry` IN (30451, 31520, 30449, 31535, 30452, 31534)
8+
AND `Item` = 40752;
9+
10+
-- Sartharion 10M: Heroism -> Valor
11+
UPDATE `creature_loot_template`
12+
SET `Item` = 40753, `Comment` = 'Emblem of Valor'
13+
WHERE `Entry` = 28860
14+
AND `Item` = 40752;
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
-- Obsidian Sanctum drakes: Valor -> Triumph
2+
-- Shadron (10N: 30451, 25N: 31520)
3+
-- Vesperon (10N: 30449, 25N: 31535)
4+
-- Tenebron (10N: 30452, 25N: 31534)
5+
UPDATE `creature_loot_template`
6+
SET `Item` = 47241, `Comment` = 'Emblem of Triumph'
7+
WHERE `Entry` IN (30451, 31520, 30449, 31535, 30452, 31534)
8+
AND `Item` = 40753;
9+
10+
-- Sartharion 10M: Valor -> Triumph
11+
UPDATE `creature_loot_template`
12+
SET `Item` = 47241, `Comment` = 'Emblem of Triumph'
13+
WHERE `Entry` = 28860
14+
AND `Item` = 40753;

0 commit comments

Comments
 (0)