diff options
| author | Killyana <morphone1@gmail.com> | 2019-08-03 18:06:33 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 00:35:04 +0100 |
| commit | 8446f4fe0437dc0e2b0fa19a00dcbbf5c5eb5cc0 (patch) | |
| tree | c180adf2be94d950b6c0d6499b7fb3826e19799b | |
| parent | 4db13853f7707c168c1297e662f9e6085d2f01be (diff) | |
DB/Creature: Taking Wing Timer Bunny
(cherry picked from commit 5ec856d81d764729cd0ad7ac31ac504b4cb7082a)
| -rw-r--r-- | sql/updates/world/master/2021_12_17_37_world_2019_08_03_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_37_world_2019_08_03_06_world.sql b/sql/updates/world/master/2021_12_17_37_world_2019_08_03_06_world.sql new file mode 100644 index 00000000000..3c9175db778 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_37_world_2019_08_03_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid`=113670 AND `id`=27889; +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 +(113670, 27889, 571, 0, 0, '0', 0, 0, 0, 3459.72, 5899.17, 145.285, 5.67232, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); |
