2017-05-02 21:38:02 +01:00
|
|
|
<!--- (**********************************)
|
|
|
|
|
(** Fill in the following fields **)
|
2019-06-26 09:43:35 +02:00
|
|
|
(**********************************)
|
2020-04-23 07:57:44 +02:00
|
|
|
(you can delete all rows before description and after operating system when creating issue)
|
2019-06-26 09:43:35 +02:00
|
|
|
For SQL fixes:
|
2021-01-16 23:59:20 +01:00
|
|
|
search for existing issues, if a bug report exist for the issue you are trying to fix and it's opened post there.
|
2019-06-26 09:43:35 +02:00
|
|
|
don't modify WDB fields without supply one sniff of those fields (censure guids, character names, anything blizzard can use to identify source)
|
|
|
|
|
don't use pull requests for sql only fixes, unless it's to fix one existing unable to apply file.
|
|
|
|
|
don't hardcode guids.
|
|
|
|
|
don't DELETE + INSERT to update only few fields of one row.
|
|
|
|
|
don't use database names.
|
|
|
|
|
don't put ' around numbers.
|
|
|
|
|
don't put ( ) if they aren't needed.
|
|
|
|
|
use only 1 DELETE + INSERT when we add multiple items to one table, unless you are scripting multiple creatures.
|
|
|
|
|
put default values on every new column we want to add on that way we can make smallers inserts.
|
|
|
|
|
start fix by -- in case some previous sql misses proper ending.
|
|
|
|
|
DELETE by guid AND entry to be sure we don't delete existing spawns.
|
|
|
|
|
start sql code with 3 ` sql --->
|
2016-09-28 14:36:08 -03:00
|
|
|
|
2016-10-23 05:36:57 +02:00
|
|
|
**Description:**
|
2016-02-17 19:53:19 +00:00
|
|
|
|
2017-02-27 23:52:28 +00:00
|
|
|
CHANGEME Description of the problem or issue here.
|
|
|
|
|
If this is a crash, post the crashlog (upload to https://gist.github.com/).
|
|
|
|
|
|
|
|
|
|
**Expected behaviour:**
|
|
|
|
|
|
|
|
|
|
CHANGEME Tell us what should happen instead.
|
2016-02-17 19:53:19 +00:00
|
|
|
|
2016-10-23 05:36:57 +02:00
|
|
|
**Steps to reproduce the problem:**
|
2016-02-17 19:53:19 +00:00
|
|
|
|
2017-04-27 02:17:42 +02:00
|
|
|
1. CHANGEME Step 1 include entries of affected creatures / items / quests with a link to the relevant wowhead page.
|
2017-02-27 23:52:28 +00:00
|
|
|
2. Step 2
|
|
|
|
|
3. Step 3
|
|
|
|
|
|
|
|
|
|
**Branch(es):**
|
2016-02-17 20:59:05 +00:00
|
|
|
|
2017-02-27 23:52:28 +00:00
|
|
|
CHANGEME 3.3.5, master or both
|
2016-02-17 19:53:19 +00:00
|
|
|
|
2017-02-27 23:52:28 +00:00
|
|
|
**TC rev. hash/commit:**
|
2016-02-17 19:53:19 +00:00
|
|
|
|
2018-03-17 13:06:21 +01:00
|
|
|
CHANGEME Copy the result of server debug command (if you need to run it from client get prat addon)
|
2016-02-17 20:22:12 +00:00
|
|
|
|
2021-01-16 23:59:20 +01:00
|
|
|
**Operating system:**
|
|
|
|
|
|
|
|
|
|
CHANGEME OS
|
2016-02-17 20:59:05 +00:00
|
|
|
|
2017-05-02 21:38:02 +01:00
|
|
|
|
|
|
|
|
<!--- Notes
|
|
|
|
|
- This template is for problem reports. For other types of report, edit it accordingly.
|
|
|
|
|
- For fixes containing C++ changes, create a Pull Request.
|
|
|
|
|
--->
|