fix(DB/Creature): Southsea Swashbuckler equipment (#8913)
This commit is contained in:
parent
eb62acfad5
commit
a870a2f685
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue