From 934bb38be85d3bed86853a75e57fef453c30c14f Mon Sep 17 00:00:00 2001 From: CraftedRO Date: Sun, 17 Oct 2021 17:44:53 +0300 Subject: DB/Creature: Add missing mount to Mounted Ironforge Mountaineer Closes #27102 --- sql/updates/world/3.3.5/2021_10_17_02_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_10_17_02_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_10_17_02_world_335.sql b/sql/updates/world/3.3.5/2021_10_17_02_world_335.sql new file mode 100644 index 00000000000..027000671ed --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_17_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `mount` = 2786 WHERE `guid` = 61693; -- cgit v1.2.3