diff options
| author | Killyana <morphone1@gmail.com> | 2019-05-10 17:21:26 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-05-10 17:21:26 +0200 |
| commit | 57f8695dbe4fbfd187251e0390f2612a6b197d3d (patch) | |
| tree | 6276f07deb1a9367df6530b11882dedb6e5dd21d | |
| parent | fb98def1648b348e407c2ad9700c215cd0ee204d (diff) | |
DB/Creature: Murkblood Event Controller
| -rw-r--r-- | sql/updates/world/3.3.5/2019_05_10_01_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_10_01_world.sql b/sql/updates/world/3.3.5/2019_05_10_01_world.sql new file mode 100644 index 00000000000..a7d44c7bda8 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(104113,18208,530,1,1,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); |
