diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-15 03:23:17 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-12 15:16:59 +0100 |
commit | 15531e1740a87cba3f196c2f6199efdaf0433e39 (patch) | |
tree | 667ac41acdcf6170e6907e943db16c7e2852cd90 | |
parent | fcd46dd70c799575b082ff6b85b54fe205c55897 (diff) |
DB/Creature: missing spawn creature 40405 Kieupid <Pet Trainer>
Closes #17747 by tkrokli
(cherry picked from commit 9796ee5b14bb5cf5baeda4eada345dc708e63142)
-rw-r--r-- | sql/updates/world/master/2017_02_12_05_world_2016_08_15_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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); |