aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-08-03 17:50:13 +0200
committerKillyana <morphone1@gmail.com>2019-08-03 17:50:13 +0200
commit51a66b50c61f02ba4c38c1a4daea298e88f6f97a (patch)
treee4b4c819c34170958fbf9b41497adf34b489302a
parentec9f15a5fff7830bf2aebc517654784a6d54bb74 (diff)
DB/Creature: Patchy
-rw-r--r--sql/updates/world/3.3.5/2019_08_03_05_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_03_05_world.sql b/sql/updates/world/3.3.5/2019_08_03_05_world.sql
new file mode 100644
index 00000000000..7848ba0f6fd
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_08_03_05_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature` WHERE `guid`=113669 AND `id`=27849;
+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
+(113669, 27849, 571, 0, 0, 1, 3, 0, 0, 3237.351318, -738.506, 168.062, 0.70313, 120, 5, 0, 0, 0, 1, 0, 0, 0, 0);