mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(Scripts/LBRS): Wyrmthalak, adds no longer despawn after death (#9036)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user