diff options
-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; |