소스 검색

lua_file set to not include default value since mysql is picky

Image 3 년 전
부모
커밋
a718618909
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      DB/updates/characterspells_mar6_2021.sql

+ 1 - 1
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,