aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-08-03 18:06:33 +0200
committerKillyana <morphone1@gmail.com>2019-08-03 18:06:33 +0200
commit5ec856d81d764729cd0ad7ac31ac504b4cb7082a (patch)
tree37a6ea299b13aca01948f6f640d5a8a8210ec9a1
parent3a4021be50d37c1c967db1ee73defa509264d5bc (diff)
DB/Creature: Taking Wing Timer Bunny
-rw-r--r--sql/updates/world/3.3.5/2019_08_03_06_world.sql4
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);