mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
docs(issue_template): migrate from .md to .yml format (#6621)
Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,7 @@ CREATE TEMPORARY TABLE `_temp_base32_lookup1`
|
||||
`c` char(1) not null,
|
||||
`v` tinyint unsigned not null,
|
||||
primary key (`c`)
|
||||
);
|
||||
)DEFAULT CHARSET=utf8mb4;
|
||||
INSERT INTO `_temp_base32_lookup1` (`c`,`v`) VALUES
|
||||
('A',00),('B',01),('C',02),('D',03),('E',04),('F',05),('G',06),('H',07),
|
||||
('I',08),('J',09),('K',10),('L',11),('M',12),('N',13),('O',14),('P',15),
|
||||
|
||||
Reference in New Issue
Block a user