diff options
| author | Killyana <morphone1@gmail.com> | 2019-05-10 18:42:47 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-05 14:04:28 +0100 |
| commit | 456825b56510cd2d783e7633d7d60af6881b20e9 (patch) | |
| tree | 327160866f8f2db1b860132909d5595dd8cf47e9 | |
| parent | 8f8ea509cb1df4bf04dafda1ae4fc583af935b8c (diff) | |
DB/Creature: Grunda Bronzewing
(cherry picked from commit b028dc07cfb71620eb7309490c053fa375fcd40c)
| -rw-r--r-- | sql/updates/world/master/2021_12_05_04_world_2019_05_10_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_05_04_world_2019_05_10_02_world.sql b/sql/updates/world/master/2021_12_05_04_world_2019_05_10_02_world.sql new file mode 100644 index 00000000000..81969613818 --- /dev/null +++ b/sql/updates/world/master/2021_12_05_04_world_2019_05_10_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `creature_template_addon` SET `mount`=17697, `bytes1`=1 WHERE `entry` IN(35101); +UPDATE `creature` SET `id`= 18357, `orientation`= 4.60592 WHERE `guid`=58431; +UPDATE `creature` SET `id`= 18359 WHERE `guid`= 58434; |
