aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-10-01 21:52:50 +0300
committeroffl <offl@users.noreply.github.com>2021-10-01 21:52:50 +0300
commit4683b74790f6f751e05ae444085a7549b64a6560 (patch)
tree736a733b53d36e1aed44d1a30164773e13eaac0d
parentcad9aaa82361238f7cb0b64cda635fc81240eb2c (diff)
DB/Creature: cad9aaa82361238f7cb0b64cda635fc81240eb2c followup
-rw-r--r--sql/updates/world/3.3.5/2021_10_01_06_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_01_06_world.sql b/sql/updates/world/3.3.5/2021_10_01_06_world.sql
new file mode 100644
index 00000000000..a85c978bdce
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_10_01_06_world.sql
@@ -0,0 +1,3 @@
+--
+ALTER TABLE `creature_addon` CHANGE `mountEntry` `MountCreatureID` int(10) unsigned NOT NULL;
+ALTER TABLE `creature_template_addon` CHANGE `mountEntry` `MountCreatureID` int(10) unsigned NOT NULL;