Added issue template

This commit is contained in:
Kulyadev 2022-05-09 13:02:54 +04:00
parent 1f779c8f3c
commit c2d3e34584
3 changed files with 47 additions and 2 deletions

11
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,11 @@
**Current behavior**:
**Expected behavior**:
**Steps to reproduce**:
1.
2.
3.
**Client version**:

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,35 @@
---
name: 🐛 Bug Report
about: Report any bug or defect you've come across when using Pandaria 5.4.8
labels: bug
title: 🐛 [Bug]
---
<!--
Visit our Discord to engage directly with the developers of Pandaria 5.4.8
Discord: https://discord.gg/y3zspxan7k
-->
## 🐛 Bug report
<!-- Describe your issue in detail. Give us as much information as possible. You should include a screenshot! -->
- No information
### Expected behavior
<!-- How should it work + proof. -->
- No information
### Steps to reproduce
<!-- Provide all GM commands required to reproduce if possible. -->
1.
2.
3.
4. ...
5. Profit.
### Version
<!-- Provide these infos if available and applicable -->
<!--
Currently available client versions:
- 5.4.8.18414
-->
Client Version:
- No information

View file

@ -4,8 +4,7 @@ UPDATE `creature_template` SET `ScriptName` = "npc_minigob_manabonk" WHERE `entr
DELETE FROM `game_event` WHERE `eventEntry` = 118;
INSERT INTO `game_event` (`eventEntry`, `start_time`, `end_time`, `occurence`, `length`, `description`, `announce`) VALUES
(118, "2011-03-22 00:10:00", "2030-12-31 23:59:00", 30, 5, "Dalaran: Minigob", 2);
DELETE FROM `game_event_creature` WHERE `guid` = 44457 AND `eventEntry` = 118;
INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
(118, 44457);