fix(DB/Scripts): Unworthy Initiate Chains (#9668)
This commit is contained in:
parent
9be67e508b
commit
ca2e5b5231
2 changed files with 9 additions and 3 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue