mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Scripts/Gundrak: Properly fixed achievement What the Eck?
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
DELETE FROM `disables` WHERE `entry`=7136 AND `sourceType`=4;
|
||||
|
||||
DELETE FROM `achievement_criteria_data` WHERE `criteria_id`=7136 AND `type`=5;
|
||||
INSERT INTO `achievement_criteria_data` (`criteria_id`,`type`,`value1`,`value2`,`ScriptName`) VALUES
|
||||
(7136,5,55817,0,'');
|
||||
Reference in New Issue
Block a user