aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2020-07-14 12:42:37 +0200
committerShauren <shauren.trinity@gmail.com>2020-07-14 12:42:37 +0200
commit55dbe35cc7fea353332b389a9d52c7b2fa6b02ea (patch)
treefee0a67b8118df3f57e1aa8842874ef191f23d6f
parentee34a1f19ea6062ffe8612a735eede990dd2840e (diff)
Core/Pooling: Fixed pooling when compiled with TRINITY_STRICT_DATABASE_TYPE_CHECKS
-rw-r--r--sql/updates/world/3.3.5/2020_07_14_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_14_02_world.sql b/sql/updates/world/3.3.5/2020_07_14_02_world.sql
new file mode 100644
index 00000000000..dd8e0412d63
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_07_14_02_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `pool_members` CHANGE `chance` `chance` float NOT NULL;