From a718618909a14d6a10d60511bfb8509d903a8bc0 Mon Sep 17 00:00:00 2001 From: Image <> Date: Wed, 10 Mar 2021 08:37:23 -0500 Subject: [PATCH] lua_file set to not include default value since mysql is picky --- DB/updates/characterspells_mar6_2021.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DB/updates/characterspells_mar6_2021.sql b/DB/updates/characterspells_mar6_2021.sql index 68e12f7b3..44c494f56 100644 --- a/DB/updates/characterspells_mar6_2021.sql +++ b/DB/updates/characterspells_mar6_2021.sql @@ -13,7 +13,7 @@ CREATE TABLE character_spell_effects ( tier tinyint(3) unsigned NOT NULL DEFAULT 0, total_time float unsigned NOT NULL DEFAULT 0, expire_timestamp int(10) unsigned NOT NULL DEFAULT 0, - lua_file text not null default '', + lua_file text, custom_spell tinyint(3) unsigned NOT NULL DEFAULT 0, charid int(10) unsigned NOT NULL DEFAULT 0, damage_remaining int(10) unsigned NOT NULL DEFAULT 0,