Skip to main content
Saber Support
Toggle navigation menu
Saber Support
Submit a request
Sign in
Saber Interactive
World War Z: Aftermath
Patch Notes
Patch Notes
January 16, 2025 - Patch Notes
December 5, 2024 - Hotfix
December 5, 2024 - Patch Notes
29 October, 2024 - Hotfix
9 October, 2024 - Hotfix (Xbox)
September 24, 2024 - Patch Notes
August 5, 2024 - Patch Notes
July 11, 2024 - Patch Notes
March 28, 2024 - Patch Notes
January 25, 2024 - Patch Notes
December 8, 2023 - Hotfix
December 5, 2023 - Patch Notes
October 25, 2023 - Patch Notes
August 24, 2023 - Hotfix
August 10, 2023 - Patch Notes
June 27, 2023 - Patch Notes
May 25, 2023 - Patch Notes
March 29, 2023 - Patch Notes
February 20, 2023 - Patch Notes
January 31, 2023 - Hotfix
January 24, 2023 - Patch Notes
August 31, 2022 - Patch Notes
August 10, 2022 - Patch Notes
July 28, 2022 - Patch Notes
April 4, 2022 - Hotfix Notes
March 17, 2022 - Patch Notes
We're receiving a lot of tickets right now, so it might take us up to 5 working days to get back to you. Thanks for your patience and understanding!
We're receiving a lot of tickets right now, so it might take us up to 5 working days to get back to you. Thanks for your patience and understanding!
Need help?
Contact support
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>