From b07128b3f668c349aeb0ed9d90823feb6c75f6ac Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 26 Jul 2019 02:33:10 +0200 Subject: Rename file --- sql/updates/world/3.3.5/2019_07_25_09_world.sql | 8 -------- sql/updates/world/3.3.5/2019_07_25_11_world.sql | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 sql/updates/world/3.3.5/2019_07_25_09_world.sql create mode 100644 sql/updates/world/3.3.5/2019_07_25_11_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_25_09_world.sql b/sql/updates/world/3.3.5/2019_07_25_09_world.sql deleted file mode 100644 index d9573ba9dd4..00000000000 --- a/sql/updates/world/3.3.5/2019_07_25_09_world.sql +++ /dev/null @@ -1,8 +0,0 @@ --- -DELETE FROM `creature` WHERE `id`=26403 AND `guid` IN (113553); -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 -(113553, 26403, 571, 0, 0, 1, 3, 0, 0, 2772.34, 4691.93, 41.0832, 3.24631, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); - -DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26403; -INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES -(26403, 0, 0, 1, 0); diff --git a/sql/updates/world/3.3.5/2019_07_25_11_world.sql b/sql/updates/world/3.3.5/2019_07_25_11_world.sql new file mode 100644 index 00000000000..d9573ba9dd4 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_25_11_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `id`=26403 AND `guid` IN (113553); +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 +(113553, 26403, 571, 0, 0, 1, 3, 0, 0, 2772.34, 4691.93, 41.0832, 3.24631, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26403; +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(26403, 0, 0, 1, 0); -- cgit v1.2.3