From 36fe5199ff84606cc6c5161ea1b5e6b343a21d85 Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 11 Apr 2018 21:57:22 +0200 Subject: DB/Creature: Leria Nightwind Closes #21235 By Luchass --- sql/updates/world/master/2018_04_11_02_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2018_04_11_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2018_04_11_02_world.sql b/sql/updates/world/master/2018_04_11_02_world.sql new file mode 100644 index 00000000000..85a411a9160 --- /dev/null +++ b/sql/updates/world/master/2018_04_11_02_world.sql @@ -0,0 +1,8 @@ +-- +SET @CGUID := 452746; +DELETE FROM `creature` WHERE `guid`=452746; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES +(@CGUID,61837,0,0,0,1,169,0,0,0,-8722.814,522.0989,98.89994,1.841757,300,0,0,788,655,0,0,0,0,0,0,'',23420); +DELETE FROM `creature_addon` WHERE `guid`=@CGUID; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `auras`) VALUES +(@CGUID,0,0,0,257,426,0,0,0,""); -- cgit v1.2.3