This repository was archived by the owner on Sep 13, 2022. It is now read-only.
Monkey fork support (gym names/defenders/raids) - #26
Closed
wateredstorm wants to merge 16 commits into
Closed
Conversation
wateredstorm
commented
Sep 1, 2017
| $data = array(); | ||
|
|
||
| foreach ($gym_defenders as $defender) { | ||
| $pid = $defender["pokemon_id"]; |
There was a problem hiding this comment.
should unset unnecessary values from $defender
| @@ -0,0 +1,10 @@ | |||
| <?php | |||
|
|
|||
| global $adapter; | |||
| $gym["longitude"] = floatval($gym["longitude"]); | ||
| $gym["last_modified"] = $gym["last_modified"] * 1000; | ||
| $gym["raid_start"] = $gym["raid_start"] * 1000; // needs to be banged do that raid_start * 1000 | ||
| $gym["raid_end"] = $gym["raid_end"] * 1000; // something has to be changed here so that raid_end is *1000 |
Removed unnecessary code, thanks monkey.
Author
|
Remember:
My repo: Also good idea to check: |
Removed unconfigured code that was causing raids to not leave the map when over.
[add]monkey bulbasaure fix
5 tasks
[add]fix iv problem
Owner
|
Monkey support has been merged in PR #28 |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.