diff options
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_21_02_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_21_02_world.sql b/sql/updates/world/3.3.5/2019_05_21_02_world.sql new file mode 100644 index 00000000000..204b731e817 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_21_02_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `creature` WHERE `guid`=105229 AND `id`=20297; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(105229, 20297, 530, 0, 0, 1, 1, 0, 0, 2383.96, 3198.54, 152.79, 5.24138, 300, 0, 0, 5589, 3155, 0, 0, 0, 0, 0); +DELETE FROM `creature_template_addon` WHERE `entry` IN (20297); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(20297, '22766'); +-- Fix an undermap +UPDATE `creature` SET `position_x`=1396.201294, `position_y`=7403.615234, `position_z`=367.474823, `orientation`=4.020805 WHERE `id`=19973 AND `guid`=71201; |