diff options
author | Killyana <morphone1@gmail.com> | 2019-08-03 17:27:34 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-08-03 17:27:34 +0200 |
commit | 7e929f532e3dc471dcb8d036a4757c8c525d8e6f (patch) | |
tree | b42a25eb923e430b12373736889a9bb38777858a /sql | |
parent | 41077df77899aaae01e447d816f223a528006036 (diff) |
DB/Creature: Great Brewfest Kodo
3.3.5 only
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2019_08_03_04_world_335.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_08_03_04_world_335.sql b/sql/updates/world/3.3.5/2019_08_03_04_world_335.sql new file mode 100644 index 00000000000..b75474a9090 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_08_03_04_world_335.sql @@ -0,0 +1,10 @@ +-- +UPDATE `creature` SET `MovementType`=1, `spawndist`=3 WHERE `guid` IN (88917,88916); + +DELETE FROM `creature` WHERE `guid`=79457; +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 +(79457, 27707, 1, 14, 0, 1, 1, 0, 0, 1290.452, -4431.32, 27.10891, 5.220081, 120, 3, 0, 0, 0, 1, 0, 0, 0, 12340); -- 27707 (Area: 0 - Difficulty: 0) + +DELETE FROM `game_event_creature` WHERE `guid`=79457; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(24, 79457); |