diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-15 03:23:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-15 03:23:17 +0200 |
| commit | 9796ee5b14bb5cf5baeda4eada345dc708e63142 (patch) | |
| tree | 946f78ebf83d72d1d36815cd8a512a53e29ed8f5 | |
| parent | 03bafe334c178f5731f6eee3de402294017c8ddd (diff) | |
DB/Creature: missing spawn creature 40405 Kieupid <Pet Trainer>
Closes #17747 by tkrokli
| -rw-r--r-- | sql/updates/world/3.3.5/2016_08_15_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_08_15_01_world.sql b/sql/updates/world/3.3.5/2016_08_15_01_world.sql new file mode 100644 index 00000000000..c98d632989d --- /dev/null +++ b/sql/updates/world/3.3.5/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`,`phaseMask`,`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,1,0,0, 9924.067, -7400.503, 13.71723, 6.073746, 120,0,0,0,0,0,0,0,0,12340); |
