Skip to content

Commit

Permalink
[5164] Lord Blackwood 14695
Browse files Browse the repository at this point in the history
Closes:
#991
  • Loading branch information
Grz3s committed Oct 31, 2023
1 parent 76c9c40 commit cea5994
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Updates/5164_c.14695.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- Lord Blackwood 14695 - equip
-- source: TDB
UPDATE creature_template SET EquipmentTemplateId = 2542 WHERE Entry = 14695;
-- missing equipment added
DELETE FROM creature_equip_template WHERE entry IN (2542);
INSERT INTO creature_equip_template (entry, equipentry1, equipentry2, equipentry3) VALUES
(2542, 18985, 12893, 5258);

0 comments on commit cea5994

Please sign in to comment.