forked from TrinityCore/TrinityCore
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '3.3.5' into npcbots_3.3.5
# Conflicts: # .circleci/config.yml # README.md
- Loading branch information
Showing
107 changed files
with
4,052 additions
and
1,085 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE `account` ADD `timezone_offset` smallint NOT NULL DEFAULT '0' AFTER `os`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-- | ||
DELETE FROM `rbac_permissions` WHERE `id` = 52; | ||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (52, "No battleground deserter debuff"); | ||
|
||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 52; | ||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES | ||
(193, 52); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
-- | ||
DELETE FROM `rbac_permissions` WHERE `id` = 53; | ||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES (53, "Can be AFK on the battleground"); | ||
|
||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 53; | ||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES | ||
(193, 53); |
10 changes: 10 additions & 0 deletions
10
sql/old/3.3.5a/auth/23061_2024_01_21/2024_01_06_02_auth.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-- | ||
DELETE FROM `rbac_permissions` WHERE `id` IN (884, 885); | ||
INSERT INTO `rbac_permissions` (`id`, `name`) VALUES | ||
(884, "Command: bg start"), | ||
(885, "Command: bg stop"); | ||
|
||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (884, 885); | ||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES | ||
(197, 884), | ||
(197, 885); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
-- | ||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId` = 7; | ||
INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (192, 7); |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
sql/old/3.3.5a/world/23061_2024_01_21/2023_11_11_00_world.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- Fix Halazzi texts id | ||
UPDATE `creature_text` SET `CreatureID`=23577 WHERE `CreatureID`=23557; |
4 changes: 4 additions & 0 deletions
4
sql/old/3.3.5a/world/23061_2024_01_21/2023_11_29_00_world.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
-- | ||
DELETE FROM `gameobject_queststarter` WHERE `id` = 156561; | ||
INSERT INTO `gameobject_queststarter` (`id`, `quest`) VALUES | ||
(156561, 176); |
Oops, something went wrong.
5cc7d34
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the update and fixes! Sincerely appreciated. Working great.