diff options
author | Killyana <morphone1@gmail.com> | 2019-08-04 23:03:07 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 15:32:52 +0100 |
commit | 400879af0e9499ba7a64c018625747aed783c31c (patch) | |
tree | 63c01c00eb6fedf3deaf90e918396532c6f1439f | |
parent | 2fed23f87102580b5a5dc23f2eae0e650dfc460c (diff) |
DB/Creature: Bristlepine Den Bunny
(cherry picked from commit e2004672ff4a5bcf15a0e04b933a8cdec5bdb5f6)
-rw-r--r-- | sql/updates/world/master/2021_12_18_08_world_2019_08_04_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_08_world_2019_08_04_03_world.sql b/sql/updates/world/master/2021_12_18_08_world_2019_08_04_03_world.sql new file mode 100644 index 00000000000..6a2cfa4ff0b --- /dev/null +++ b/sql/updates/world/master/2021_12_18_08_world_2019_08_04_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (116081) AND `id` IN (28461); +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 +(116081, 28461, 571, 0, 0, '0', 0, 0, 0, 5115.992, 4018.106, -61.74545, 1.553343, 600, 0, 0, 0, 0, 0, 0, 0, 0, 0); |