diff options
| author | Killyana <morphone1@gmail.com> | 2019-07-25 19:20:12 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 20:56:07 +0100 |
| commit | b70cbe10727c2892c62077ddc453b8cff09be639 (patch) | |
| tree | 2b4e9e3ae727d5fa678fdd93419b319862c35526 | |
| parent | 4879b58b7649444b9cfb9750bf22ee481b1ddd7b (diff) | |
DB/Creature: Magisters' Terrace - Scryer Quest Bunny
(cherry picked from commit c075e0b613ecb8a711b10b7a8b4a899b7f0ea78a)
| -rw-r--r-- | sql/updates/world/master/2021_12_17_09_world_2019_07_25_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_09_world_2019_07_25_03_world.sql b/sql/updates/world/master/2021_12_17_09_world_2019_07_25_03_world.sql new file mode 100644 index 00000000000..09d3db01dbd --- /dev/null +++ b/sql/updates/world/master/2021_12_17_09_world_2019_07_25_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `id`=25042 AND `guid`=113330; +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(113330, 25042, 585, 0, 0, '1,2', 0, 0, 0, 232.139, -271.649, -7.52314, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0); |
