aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-10-11 00:56:56 +0300
committeroffl <offl@users.noreply.github.com>2021-10-11 00:56:56 +0300
commitb0f727e0bed94f6656eab77dcbb79b756478aaf9 (patch)
treec1d7a32fdd8d74c377fd614d32414f8ee061a69e
parent63c6f7bc26b73f59165179935d2556aea1636f12 (diff)
DB/Creature: cad9aaa82361238f7cb0b64cda635fc81240eb2c followup
-rw-r--r--sql/updates/world/3.3.5/2021_10_10_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_10_00_world.sql b/sql/updates/world/3.3.5/2021_10_10_00_world.sql
new file mode 100644
index 00000000000..306f3ca200f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2021_10_10_00_world.sql
@@ -0,0 +1,3 @@
+--
+ALTER TABLE `creature_addon` MODIFY COLUMN `MountCreatureID` int(10) unsigned NOT NULL DEFAULT '0';
+ALTER TABLE `creature_template_addon` MODIFY COLUMN `MountCreatureID` int(10) unsigned NOT NULL DEFAULT '0';