清理:迁移文件移除钓鱼 sysparam 参数(已迁移至 game_configs)

This commit is contained in:
2026-03-03 17:09:55 +08:00
parent 0fd4f51b5e
commit 8b5fbd7e91

View File

@@ -56,12 +56,6 @@ return new class extends Migration
// ── 随机事件 ──────────────────────────────────────────────
['alias' => 'auto_event_chance','body' => '10', 'guidetxt' => '随机事件触发概率百分比1-100', 'created_at' => $now, 'updated_at' => $now],
// ── 钓鱼系统 ──────────────────────────────────────────────
['alias' => 'fishing_cost', 'body' => '5', 'guidetxt' => '每次钓鱼花费金币数量', 'created_at' => $now, 'updated_at' => $now],
['alias' => 'fishing_cooldown', 'body' => '300', 'guidetxt' => '钓鱼冷却时间默认300=5分钟', 'created_at' => $now, 'updated_at' => $now],
['alias' => 'fishing_wait_min', 'body' => '8', 'guidetxt' => '钓鱼最短等待上钩时间(秒)', 'created_at' => $now, 'updated_at' => $now],
['alias' => 'fishing_wait_max', 'body' => '15', 'guidetxt' => '钓鱼最长等待上钩时间(秒)', 'created_at' => $now, 'updated_at' => $now],
// ── 魅力系统 ──────────────────────────────────────────────
['alias' => 'charm_cross_sex', 'body' => '2', 'guidetxt' => '异性聊天每条消息增加的魅力值', 'created_at' => $now, 'updated_at' => $now],
['alias' => 'charm_same_sex', 'body' => '1', 'guidetxt' => '同性聊天每条消息增加的魅力值', 'created_at' => $now, 'updated_at' => $now],