mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Scripts/Ulduar: Implemented Realm First! Death's Demise (#25530)
* Scripts/Ulduar: Implemented Realm First! Death's Demise
* comment line
* Rename 9999_99_99_99_world.sql to 2020_10_08_01_world.sql
Co-authored-by: offl <11556157+offl@users.noreply.github.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit ce2d441304)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=10279;
|
||||
-- INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
-- (10279,18,0,0,''),
|
||||
-- (10279,12,1,0,'');
|
||||
DELETE FROM `disables` WHERE `sourceType`=4 AND `entry`=10279;
|
||||
Reference in New Issue
Block a user