mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature): Southsea Swashbuckler equipment (#8913)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635882514407659976');
|
||||
|
||||
-- Fix equipment for Southsea Swashbuckler
|
||||
UPDATE `creature_equip_template` SET `ItemID1`=1897, `ItemID2`=0 WHERE `CreatureID`=7858;
|
||||
Reference in New Issue
Block a user