diff options
-rw-r--r-- | sql/updates/world/master/2019_04_12_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_04_12_00_world.sql b/sql/updates/world/master/2019_04_12_00_world.sql new file mode 100644 index 00000000000..d330e863a6e --- /dev/null +++ b/sql/updates/world/master/2019_04_12_00_world.sql @@ -0,0 +1,5 @@ +-- Twilight Zealot from Heroic Blackrock Caverns is missing +SET @GUID := 250021; +DELETE FROM `creature` WHERE `guid` = @GUID; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES +(@GUID, 50284,645,"2",169,573.484,978.585,155.4369,1.570796,7200,0,0); -- Twilight Zealot Heroic |