File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import ExternLink from '@components/ExternLink'
8
8
import { Callout } from ' @components/Callout'
9
9
import { IconBrandGithub } from ' @tabler/icons-react'
10
10
11
- ## v.1.2.4 to 1.3.x
11
+ ## v.1.2.4 to v. 1.3.x
12
12
13
13
<Callout type = " info" >
14
14
If you have already added custom items to the script, it is worth making a backup of these and adapting them to the new version later.
@@ -31,20 +31,24 @@ DROP TABLE IF EXISTS drug_processing;
31
31
32
32
### Follow the install guide
33
33
<ExternLink href = " https://docs.it-scripts.com/it-drugs/installation" ></ExternLink >
34
-
35
-
36
34
</Steps >
37
35
38
- ## v1.3.x to 1.3.x
36
+ ## v1.3.betaX to 1.3.0
39
37
<Steps >
40
38
### Stop your server
41
39
42
40
### Replace files
43
41
44
42
Replace all files on your server except for config.lua with the new script files. If you have not edited the config.lua you can also replace this file
45
43
44
+ <Callout type = " warning" >
45
+ Also make sure to reimport the items from the script to your inventory. You can find the items here:
46
+ https://docs.it-scripts.com/it-drugs/installation#items-for-it-drugs
47
+ </Callout >
48
+
49
+
46
50
### Check Config.lua changes
47
- <ExternLink href = " https://github.com/it-scripts/it-drugs/compare/v1.3.0beta5 ...v1.3.0beta6 " manualTitle = " Github | Comparing changes" icon = { <IconBrandGithub />} ></ExternLink >
51
+ <ExternLink href = " https://github.com/it-scripts/it-drugs/compare/v1.3.0beta7 ...v1.3.0 " manualTitle = " Github | Comparing changes" icon = { <IconBrandGithub />} ></ExternLink >
48
52
49
53
<Callout type = " info" >
50
54
![ Github Comparing changes] ( /github_comparing_changes.png )
You can’t perform that action at this time.
0 commit comments