fix(Scripts/LBRS): Wyrmthalak, adds no longer despawn after death (#9036)

This commit is contained in:
patou01
2021-11-09 03:57:59 +01:00
committed by GitHub
parent f090d23d2c
commit 6dab5a32c0
2 changed files with 11 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636311037132029200');
DELETE FROM `creature_text` WHERE `CreatureID` = 9568;
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`) VALUES
(9568, 0, 0, '%s calls for help!' , 16);