From 5b3b5a4184c3d5c71adeb6fdd3e9b3a8f69bec64 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 2 May 2022 17:33:57 +0200 Subject: chore --- docs/how-to-create-a-pr.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'docs') diff --git a/docs/how-to-create-a-pr.md b/docs/how-to-create-a-pr.md index 77102e9..5a31c54 100644 --- a/docs/how-to-create-a-pr.md +++ b/docs/how-to-create-a-pr.md @@ -133,14 +133,6 @@ having a unique name that looks like `rev_XXXXXXXXXXXX.sql` ![AzerothCore - create pending sql file](http://www.azerothcore.org/wiki/assets/images/pr-tutorial/8.png) -Open it with a text editor. You will notice that it contains some SQL code like: - -``` -INSERT INTO `version_db_world` (`sql_rev`) VALUES ('XXXXXXXXXXXX'); -``` - -Do NOT remove this line. Add your SQL code below and save it. - Now add this file to be committed using the `git add path/to/file` command: ``` -- cgit