Merged
Conversation
Basic validation for the data to avoid problems with responses.
Contributor
|
PHP Version | 8.3.0 In my case, it works, but it's quite likely that you'll need to make the same changes as well in: 285 <---
{"eventlist":[{"colorlight":"#2d7400","colordark":"#235c00","description":"Otserver br example 1 description double exp and a half, double loot !chance!, regular spawn and double skill","displaypriority":6,"enddate":1703880000,"isseasonal":false,"name":"Otservbr example 1","startdate":1604347200,"specialevent":0},{"colorlight":"#8B6D05","colordark":"#735D10","description":"Otserver br example 2 description 50% less exp, triple loot !chance!, 50% faster spawn and regular skill","displaypriority":6,"enddate":1703966400,"isseasonal":false,"name":"Otservbr example 2","startdate":1643745600,"specialevent":0}],"lastupdatetimestamp":1749413995}
0<---specifically in function EnterGame.postCacheInfo()
function EnterGame.postShowOff()
function EnterGame.postShowCreatureBoost()and change the title"Fix"to "fix:" |
luanluciano93
approved these changes
Jun 11, 2025
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.







Description
Basic validation for the data to avoid problems with responses.
Behavior
Actual
Events.xml doesn't load correctly on the homepage of the client using assets 13.40
Expected
events should show.
Fixes
#1186
Type of change
How Has This Been Tested
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist