mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
fix(DB/Quest): "Defeat the Gearmaster" / "The Gearmaster" (#1894)
* despawn game object "The Gearmaster's Manual" after usage * Despawn "Gearmaster Mechazod" after 300 seconds instead of 3000 seconds as it was before
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1558943884011471260');
|
||||
|
||||
-- Despawn "Gearmaster Mechazod" after 300 seconds (was 3000 seconds before)
|
||||
UPDATE `event_scripts` SET `datalong2` = 300000 WHERE `id` = 17209 AND `command` = 10;
|
||||
|
||||
-- Ensure that "The Gearmaster's Manual" is consumable (both Horde and Alliance version)
|
||||
UPDATE `gameobject_template` SET `Data5` = 1 WHERE `entry` IN (190334,190335);
|
||||
Reference in New Issue
Block a user