diff options
| author | Killyana <morphone1@gmail.com> | 2019-05-23 00:39:54 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-05-23 00:39:54 +0200 |
| commit | 716c14846f859e6130edb412b6a9f5793f0f959b (patch) | |
| tree | 265806d34ba49b571e7c3217507de5b203c75147 | |
| parent | dd6b9682517df3078132dc346114fea69f79c6ec (diff) | |
DB/Creature: Floating Skull
| -rw-r--r-- | sql/updates/world/3.3.5/2019_05_22_05_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_22_05_world.sql b/sql/updates/world/3.3.5/2019_05_22_05_world.sql new file mode 100644 index 00000000000..fa90ff1fe7a --- /dev/null +++ b/sql/updates/world/3.3.5/2019_05_22_05_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (106326) AND `id` IN (21365); +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 +(106326, 21365, 530, 0, 0, 1, 1, 0, 0, 38.3723, 2121.23, 128.975, 2.80337, 600, 0, 0, 42, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (21365); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(21365, '36725 36727'); |
