diff options
author | Killyana <morphone1@gmail.com> | 2019-07-25 19:20:12 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-25 19:20:12 +0200 |
commit | c075e0b613ecb8a711b10b7a8b4a899b7f0ea78a (patch) | |
tree | 75bd716477b333e09a266027711f51f469e5178f | |
parent | ddba0e15f3c000121f3cf7a5a0b70a1a7c8575e0 (diff) |
DB/Creature: Magisters' Terrace - Scryer Quest Bunny
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_25_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_25_03_world.sql b/sql/updates/world/3.3.5/2019_07_25_03_world.sql new file mode 100644 index 00000000000..3cf6a925566 --- /dev/null +++ b/sql/updates/world/3.3.5/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`, `spawnMask`, `phaseMask`, `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, 3, 1, 0, 0, 232.139, -271.649, -7.52314, 0.715585, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 0); |