diff options
author | Killyana <morphone1@gmail.com> | 2019-05-10 18:42:47 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-05-10 18:42:47 +0200 |
commit | b028dc07cfb71620eb7309490c053fa375fcd40c (patch) | |
tree | 4f4181749ffd01c10943c20fed35c28a28bb5591 | |
parent | cc1a5202995b2c70eb2d0d4af36c593011234e35 (diff) |
DB/Creature: Grunda Bronzewing
-rw-r--r-- | sql/updates/world/3.3.5/2019_05_10_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_10_02_world.sql b/sql/updates/world/3.3.5/2019_05_10_02_world.sql new file mode 100644 index 00000000000..81969613818 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |