diff --git a/html/changelog.html b/html/changelog.html
index e42be824862..57b1e24c49a 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -65,6 +65,7 @@
Farie82 updated:
- No more broken tile due to getting shot out of disposals.
+ - Point blank shots not hitting the correct person. When multiple people are on the same tile.
Kyep updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 41e6349864a..728631f4144 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -7067,6 +7067,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
- bugfix: Readds modkit sprites to items.dm to fix invis fluff item modkits.
Farie82:
- bugfix: No more broken tile due to getting shot out of disposals.
+ - bugfix: Point blank shots not hitting the correct person. When multiple people
+ are on the same tile.
Kyep:
- rscdel: The wild west away mission no longer offers hijack traitor status as a
potential reward.
diff --git a/html/changelogs/AutoChangeLog-pr-9623.yml b/html/changelogs/AutoChangeLog-pr-9623.yml
deleted file mode 100644
index 721bbc2665b..00000000000
--- a/html/changelogs/AutoChangeLog-pr-9623.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-author: "Farie82"
-delete-after: True
-changes:
- - bugfix: "Point blank shots not hitting the correct person. When multiple people are on the same tile."