mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-26 22:31:35 -08:00
fix(DB/Creature): Update equipment for Burning Blade NPCs (#11112)
This commit is contained in:
parent
77f13636b7
commit
4e96604eb3
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647993341915438725');
|
||||
|
||||
-- Burning Blade npc weapons
|
||||
UPDATE `creature` SET `equipment_id` = 1 WHERE `id1` IN (4663,4664,4665,4666,4667);
|
||||
Loading…
Add table
Add a link
Reference in a new issue