mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/Quest: Defeat the Gearmaster
by Kilyana
This commit is contained in:
4
sql/updates/world/4.3.4/2018_01_06_01_world.sql
Normal file
4
sql/updates/world/4.3.4/2018_01_06_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `event_scripts` WHERE `id`=17209 AND `command`=8;
|
||||
INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
|
||||
(17209, 1, 8, 27995, 1, 0, 0, 0, 0, 0);
|
||||
Reference in New Issue
Block a user