From acb3999bb8bc289461e9fccad04e3e4a6fd2fddb Mon Sep 17 00:00:00 2001 From: mdX7 Date: Fri, 29 Jan 2021 18:11:00 +0200 Subject: DB/Creature: Add missing spirit healer Closes #25955 --- sql/updates/world/3.3.5/2021_01_29_04_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_01_29_04_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_01_29_04_world.sql b/sql/updates/world/3.3.5/2021_01_29_04_world.sql new file mode 100644 index 00000000000..d9de4dcde85 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_01_29_04_world.sql @@ -0,0 +1,6 @@ +-- +ALTER TABLE `creature` MODIFY `VerifiedBuild` int(11) DEFAULT '0'; + +DELETE FROM `creature` WHERE `guid` = 43740 AND `id` = 6491; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `VerifiedBuild`) VALUES +(43740, 6491, 571, 1, 1, 0, 0, 2002.7415771484375, 5938.0986328125, 37.18986129760742187, 5.934119224548339843, 300, 0, 0, 37176); -- cgit v1.2.3