aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-05-13 17:10:01 +0200
committerKillyana <morphone1@gmail.com>2017-05-13 17:10:01 +0200
commitd6a661681c1cfbc3c67dc413b75ea11ac13b6700 (patch)
tree610f4145b5851f703ff9b3e336cb43906adbad91
parentcacde7b9f51ff54e3a3f7507dc318d3eebcea3dc (diff)
DB/Creature: Fizzles
Taken from https://github.com/mangosArchives/databaseZero_Rel19/blob/aece8088f1f701d7de0f50dda997e20e4ff4d86f/_develop/206_updatepack_mangos.sql
-rw-r--r--sql/updates/world/3.3.5/2017_05_13_00_world_335.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_13_00_world_335.sql b/sql/updates/world/3.3.5/2017_05_13_00_world_335.sql
new file mode 100644
index 00000000000..4d4f3fb71b6
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_05_13_00_world_335.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature` WHERE `guid` = 79379;
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES
+(79379, 1419, 0, 1, 1, 0, 0, -8994.19, 947.069, 118.348, 4.29351, 180, 0, 0, 8, 0, 0);