From 15531e1740a87cba3f196c2f6199efdaf0433e39 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Mon, 15 Aug 2016 03:23:17 +0200 Subject: DB/Creature: missing spawn creature 40405 Kieupid Closes #17747 by tkrokli (cherry picked from commit 9796ee5b14bb5cf5baeda4eada345dc708e63142) --- .../world/master/2017_02_12_05_world_2016_08_15_01_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2017_02_12_05_world_2016_08_15_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_12_05_world_2016_08_15_01_world.sql b/sql/updates/world/master/2017_02_12_05_world_2016_08_15_01_world.sql new file mode 100644 index 00000000000..9091c0fcdae --- /dev/null +++ b/sql/updates/world/master/2017_02_12_05_world_2016_08_15_01_world.sql @@ -0,0 +1,6 @@ +-- NPC entry 40405 Kieupid, Pet Trainer in Silvermoon City (map: 530, zone ID 0, area ID 0) +SET @CGUID = 12547; + +DELETE FROM `creature` WHERE `id` = 40405; +INSERT INTO `creature` (`guid`,`id`,`map`,`zoneId`,`areaId`,`spawnMask`,`PhaseId`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`,`npcflag`,`unit_flags`,`dynamicflags`,`VerifiedBuild`) VALUES +(@CGUID,40405,530,0,0,1,0,0,0, 9924.067, -7400.503, 13.71723, 6.073746, 120,0,0,0,0,0,0,0,0,12340); -- cgit v1.2.3