diff options
author | Killyana <morphone1@gmail.com> | 2019-07-26 00:48:21 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-26 00:48:21 +0200 |
commit | 73f7c86b155a7970a5543d7d0f191778789f597f (patch) | |
tree | 9ba1c59153678816da204aca74058631b050fb26 | |
parent | 0647f173a98f9c9ffceb84942d85a2d9fa40daa4 (diff) |
DB/Creature: Kaskala Lookout
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_25_09_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_25_09_world.sql b/sql/updates/world/3.3.5/2019_07_25_09_world.sql new file mode 100644 index 00000000000..d9573ba9dd4 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_25_09_world.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `id`=26403 AND `guid` IN (113553); +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 +(113553, 26403, 571, 0, 0, 1, 3, 0, 0, 2772.34, 4691.93, 41.0832, 3.24631, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_movement` WHERE `CreatureId`= 26403; +INSERT INTO `creature_template_movement` (`CreatureId`,`Ground`,`Swim`,`Flight`,`Rooted`) VALUES +(26403, 0, 0, 1, 0); |