mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
Fix(DB/Events): Disable LoS for Cluster Launcher (#16476)
* Fix(DB/GameObjects): Cluster Launcher * Update rev_1685926790862483900.sql * Update rev_1685926790862483900.sql * fix: my mistake * Update rev_1685926790862483900.sql
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
-- Fix Disable LOS from the Spell 26522 (Lunar Fortune) --
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry`=26522;
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES (0, 26522, 64, '', '', 'Disable LOS for Lunar Fortune');
|
||||
Reference in New Issue
Block a user