From 13becd1e39bf7c29815519a41669f4d4ab81c935 Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 10 May 2019 17:21:26 +0200 Subject: DB/Creature: Murkblood Event Controller (cherry picked from commit 57f8695dbe4fbfd187251e0390f2612a6b197d3d) --- .../world/master/2021_12_05_03_world_2019_05_10_01_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/master/2021_12_05_03_world_2019_05_10_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_05_03_world_2019_05_10_01_world.sql b/sql/updates/world/master/2021_12_05_03_world_2019_05_10_01_world.sql new file mode 100644 index 00000000000..4ed1b612822 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_03_world_2019_05_10_01_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = 18208; +DELETE FROM `creature` WHERE `guid` IN (104113); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(104113,18208,530,'0',0,0,0,-1627.12, 8516.73, -11.3054, 3.54302, 300,0,0,42,0,0); + +DELETE FROM `creature_template_movement` WHERE `CreatureId`= 18208; +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(18208, 0, 0, 1, 0); -- cgit v1.2.3