diff options
author | Killyana <morphone1@gmail.com> | 2019-08-03 18:06:33 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-08-03 18:06:33 +0200 |
commit | 5ec856d81d764729cd0ad7ac31ac504b4cb7082a (patch) | |
tree | 37a6ea299b13aca01948f6f640d5a8a8210ec9a1 /sql | |
parent | 3a4021be50d37c1c967db1ee73defa509264d5bc (diff) |
DB/Creature: Taking Wing Timer Bunny
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_08_03_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_03_06_world.sql b/sql/updates/world/3.3.5/2019_08_03_06_world.sql new file mode 100644 index 00000000000..2891ed41734 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 1, 1, 0, 0, 3459.72, 5899.17, 145.285, 5.67232, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); |