Skip to content

Commit

Permalink
chore: remove store dmvshool
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Nov 5, 2023
1 parent 62c283f commit d33f9e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
5 changes: 3 additions & 2 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
7. [npwd + es_extended]: chore: removed support for npwd_crypto @bitpredator
8. [ox_lib]: chore: ox_lib update to version '3.11.0' @bitpredator
9. [esx_addons]: chore: replace esx_drivingschooljob with esx_dmvschool @bitpredator
10.[SQL]: chore: update database @bitpredator
11.[maps]: delete: remove maps verpi_driving_school @bitpredator
10. [SQL]: chore: update database @bitpredator
11. [maps]: delete: remove maps verpi_driving_school @bitpredator
12. [ox_inventory] chore: remove store dmvshool @bitpredator
16 changes: 0 additions & 16 deletions server-data/resources/[ox]/ox_inventory/data/shops.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,22 +74,6 @@ return {
}
},

DmvSchool = {
name = 'Scuola Guida',
groups = {
['driving'] = 4
},
blip = {
id = 403, colour = 69, scale = 0.8
}, inventory = {
{ name = 'dmvcard', price = 10000 }
}, locations = {
vec3(214.694519, -1400.452759, 30.577271)
}, targets = {

}
},

Government = {
name = 'Governo',
blip = {
Expand Down

0 comments on commit d33f9e3

Please sign in to comment.