diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-12 14:50:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 14:50:58 +0200 |
| commit | f309cf79bbb032a0686b7d04feb8fec18e600a84 (patch) | |
| tree | 9ea7db08f0698ec9af213941307c83246c7b68a3 /docs/How-to-spot-db-struct-diff-commits.md | |
| parent | b2610fad21012673061f5af786b022c96625cc26 (diff) | |
| download | wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.gz wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.tar.bz2 wiki-f309cf79bbb032a0686b7d04feb8fec18e600a84.zip | |
chore: file naming standard (#517)
* A
* file naming standard
Fixes #491
* Revert "A"
This reverts commit 1c225fed753554098069597a2bbcbe08213b76a1.
* rename
* Revert "rename"
This reverts commit 65fd916faf8530ce258cc2b475c93971468680fe.
* Revert "file naming standard"
This reverts commit 6ca5a703a9e9d59f9c773029e4c04bfd012b6abb.
* bye
* Hi
* Create the-staging-branch.md
* 1
* Delete how-to-create-a-PR.md
* Create how-to-create-a-pr.md
* werafgt
* Update the-modular-structure.md
* wef
Diffstat (limited to 'docs/How-to-spot-db-struct-diff-commits.md')
| -rw-r--r-- | docs/How-to-spot-db-struct-diff-commits.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/How-to-spot-db-struct-diff-commits.md b/docs/How-to-spot-db-struct-diff-commits.md deleted file mode 100644 index 2fd6701..0000000 --- a/docs/How-to-spot-db-struct-diff-commits.md +++ /dev/null @@ -1,35 +0,0 @@ -**1)** Clone a [3.3.5 TrinityCore](https://github.com/TrinityCore/TrinityCore/tree/3.3.5) and open it with [Visual Studio Code](https://code.visualstudio.com/) or any other IDE that has **annotate** feature (e.g. IntellIJ and similar). - -If using Visual Studio Code, you can install the [Annotator](https://github.com/ryu1kn/vscode-annotator) plugin. - -**2)** Start from a diff, that can be any of [those](https://github.com/azerothcore/azerothcore-wotlk/milestone/3)/ - -For example: - - - -**3)** Select the name of a changed field and copy it, for example `BaseAttackTime` and look for it in Visual Studio Code - -**4)** Scroll until you find the file that changes it, for example: - - - -**5)** Press CTRL+SHIFT+P (or CMD+SHIFT+P if macOS) and type Annotator - - - -**6)** Choose "Annotate the current file...", it will open something like this: - - - -**7)** Go with the mouse over the line of the change that you want to spot the commit of - - - -**8)** Copy the commit hash and paste on: - -https://github.com/TrinityCore/TrinityCore/commit/PASTE-THE-COMMIT-HASH-HERE - -that will be the commit you were looking for. - -**IMPORTANT**: it's also useful to check the file(s) that were modified on the [latest revision](https://github.com/TrinityCore/TrinityCore/tree/3.3.5) because they could have been modified in newer commits.
\ No newline at end of file |
