Fix 1208
01男巫: ①效-增加暗属性检查,更正召唤表示
02秘书: ②效-检索范围增加自排除
03栗子 修正语法 ②效-修正检查对象位置
0405剑龙点火 补充离场效果-场合属性
06码语者 ②效-补充发动者检查
07魔法 修正检索检测
01男巫: ①效-增加暗属性检查,更正召唤表示
02秘书: ②效-检索范围增加自排除
03栗子 修正语法 ②效-修正检查对象位置
0405剑龙点火 补充离场效果-场合属性
06码语者 ②效-补充发动者检查
07魔法 修正检索检测
Step 1. Fetch and check out the branch for this merge request
git fetch "https://code.moenext.com/1964089609/pre-release-database-cdb.git" "master" git checkout -b "1964089609/pre-release-database-cdb-master" FETCH_HEAD
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "origin/master" git merge --no-ff "1964089609/pre-release-database-cdb-master"
Step 4. Push the result of the merge to GitLab
git push origin "master"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.