mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Disables: Disabled Darnassian and Gilneas Refugee phase
This commit is contained in:
3
sql/updates/world/master/2024_06_04_00_world.sql
Normal file
3
sql/updates/world/master/2024_06_04_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `disables` WHERE `sourceType`=9 AND `entry`=11595;
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(9, 11595, 0, '', '', 'Disable Darnassian and Gilnean Refugees phase');
|
||||
Reference in New Issue
Block a user