From 4f94c2a089f19b8ae1f396ac8833ecf10feee896 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Wed, 25 Oct 2017 01:30:21 +0200 Subject: [PATCH] DB/Misc: Fix some startup errors --- sql/updates/world/4.3.4/2017_10_24_23_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/4.3.4/2017_10_24_23_world.sql diff --git a/sql/updates/world/4.3.4/2017_10_24_23_world.sql b/sql/updates/world/4.3.4/2017_10_24_23_world.sql new file mode 100644 index 00000000000..f2587b78d5b --- /dev/null +++ b/sql/updates/world/4.3.4/2017_10_24_23_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (4151,4153); +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`, `ScriptName`, `VerifiedBuild`) VALUES +(4151, 1352, 0, 0, 0, 1, 1, 0, 0, -5546.13, -1301.88, 399.909, 1.25519, 370, 0, 0, 8, 0, 2, 0, 0, 0, '', 0), +(4153, 1263, 0, 0, 0, 1, 1, 0, 0, -5547.62, -1306.45, 398.409, 4.45606, 180, 0, 0, 42, 0, 0, 0, 0, 0, '', 0);