fix(DB/Creature): Julianne Death Sound (#2836)

* Fixed the sound when Julianne dies

Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com>
This commit is contained in:
aleigood
2020-05-11 07:06:04 +08:00
committed by GitHub
parent 2bb868164e
commit e27078ab67

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1585996243671367200');
-- fix Julianne's first death sound
UPDATE `creature_text` SET `Sound` = 9198 WHERE `CreatureID` = 17534 AND `GroupID` = 2 AND `ID` = 0;