From c22c02bdc640cff8221ee2d25eaaf9ed2283fd73 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 7 Jul 2017 18:44:17 +0200 Subject: DB/Creature: Crystalforge Bunny (cherry picked from commit ce8996fa23480b49a9c1cc6830817da2354b5895) --- .../world/master/2020_08_16_00_world_2017_07_07_00_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2020_08_16_00_world_2017_07_07_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_08_16_00_world_2017_07_07_00_world.sql b/sql/updates/world/master/2020_08_16_00_world_2017_07_07_00_world.sql new file mode 100644 index 00000000000..53110a36230 --- /dev/null +++ b/sql/updates/world/master/2020_08_16_00_world_2017_07_07_00_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (80435,80436); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(80435, 23512, 530, 0, 0, '0', 0, 0, 0, 1474.1, 7256.4, 375.19, 3.921138, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(80436, 23512, 530, 0, 0, '0', 0, 0, 0, 2948.5, 7076, 370.8263, 5.262608, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` = 23512; +INSERT INTO `creature_template_addon` (`entry`,`auras`) VALUES (23512, '35411'); -- cgit v1.2.3