diff options
author | Killyana <morphone1@gmail.com> | 2019-04-08 00:07:37 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-08 00:07:37 +0200 |
commit | 77dcf86a3eaf02af66f546923e7d81256dfe2b86 (patch) | |
tree | 14a6f714b4284cb07b3a76cac1eb3806697a2747 /sql | |
parent | 0702c153fd32f665ce91d46a8c194b1946b4329b (diff) |
DB/Creature: Nefarian's Troops
No Idea why the position is weird, or for what purpose is used
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_07_04_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_07_04_world.sql b/sql/updates/world/3.3.5/2019_04_07_04_world.sql new file mode 100644 index 00000000000..627790bff3e --- /dev/null +++ b/sql/updates/world/3.3.5/2019_04_07_04_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|128 WHERE `entry` IN(14459); +DELETE FROM `creature` WHERE `guid` IN (61707); +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 +(61707, 14459, 469, 1, 1, 0, 0, -7644.53, -1081.53, 408.574, 5.2709, 10, 0, 0, 42, 0, 0); |