vendethiel / ezarena

Reprise de l'ultimarena pour ajouter plus de fonctionnalités et un RPG !
MIT License
4 stars 3 forks source link

"Users shop" should only list users in the same zone #31

Closed vendethiel closed 7 years ago

vendethiel commented 9 years ago

This would be really cool. Not sure that's currently happening. maybe it is already the case

vendethiel commented 9 years ago

Note: this should be done during the fix of #30.

vendethiel commented 9 years ago

Note: this was the INTENT of the mod I removed in #30; but it didn't go far enough (see commit message: didn't take into account that the player might change zone... wtf?)

vendethiel commented 7 years ago

i guess this should be around here: https://github.com/vendethiel/ezarena/blob/master/adr_shops.php#L131

add a where user_zone = (maybe with a LEFT JOIN). also needs a !empty($row) on the line I linked to

vendethiel commented 7 years ago

already works