Commit 9a3ca21
authored
fix(gameobj_data.xml): space correction in 66_loot_box_changes.rb (elanthia-online#2187)
<!-- ELLIPSIS_HIDDEN -->
> [!IMPORTANT]
> Fixes space placement in regex pattern in `66_loot_box_changes.rb` for
accurate matching in `migrate :box` and `migrate :uncommon`.
>
> - **Behavior**:
> - Corrects space placement in regex pattern in
`66_loot_box_changes.rb` for `insert(:name, ...)` and `insert(:exclude,
...)`.
> - Ensures space is inside non-capturing group for accurate pattern
matching.
> - **Functions**:
> - Affects `migrate :box` and `migrate :uncommon` blocks.
>
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=elanthia-online%2Fscripts&utm_source=github&utm_medium=referral)<sup>
for c1db6ca. You can
[customize](https://app.ellipsis.dev/elanthia-online/settings/summaries)
this summary. It will automatically update as commits are pushed.</sup>
<!-- ELLIPSIS_HIDDEN -->1 parent 9a65321 commit 9a3ca21
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
0 commit comments