mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Scripts): Unworthy Initiate Chains (#9668)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1639267185578233100');
|
||||
|
||||
/* Disable LOS on Unworthy Initiate Chains
|
||||
*/
|
||||
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` IN (54612);
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(0, 54612, 64, '', '', 'Chained Peasant (Chest) LOS');
|
||||
Reference in New Issue
Block a user