mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
fix(DB/Creature): Update equipment for Burning Blade NPCs (#11112)
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user