aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2018-10-18 19:17:08 +0200
committerKillyana <morphone1@gmail.com>2018-10-18 19:17:08 +0200
commit81fb64d9f7665886d5ca0bd6abecda6e9ef63c25 (patch)
tree33e0a7525b9dd46dbe70082755a4b9cfbc1d1704
parent2dc28bc3a7c673707dee23ebbe725cc32d6a163d (diff)
DB/Creature: Hallucination
-rw-r--r--sql/updates/world/3.3.5/2018_10_18_02_world_335.sql13
1 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_10_18_02_world_335.sql b/sql/updates/world/3.3.5/2018_10_18_02_world_335.sql
new file mode 100644
index 00000000000..04e356a3f41
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_10_18_02_world_335.sql
@@ -0,0 +1,13 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (91800,91801,91885,92273,92276);
+INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`,`spawndist`, `MovementType`) VALUES
+(91800, 10603, 1, 1, 1, 0, 0, -840.999, -4906.85, 20.3147, 4.64331, 300, 0, 0),
+(91801, 10603, 1, 1, 1, 0, 0, -851.004, -4917.86, 20.4611, 0.623161, 300, 0, 0),
+(91885, 10603, 1, 1, 1, 0, 0, -839.728, -4912.160, 20.024, 2.658834, 300, 0, 0),
+(92273, 10603, 1, 1, 1, 0, 0, -842.111, -4916.096, 20.381, 2.154336, 300, 0, 0),
+(92276, 10603, 1, 1, 1, 0, 0, -845.914, -4918.507, 20.639, 1.644181, 300, 0, 0);
+
+DELETE FROM `creature_template_addon` WHERE `entry`=10603;
+INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(10603, 0, 0, 0, 0, 10, "26604");
+UPDATE `creature` SET `MovementType`=0, `spawndist`=0, `orientation`= 5.6965 WHERE `id` IN (10578);