diff options
| author | ModoX <moardox@gmail.com> | 2024-01-05 17:56:19 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2024-01-09 13:15:49 +0100 |
| commit | e1737f0f72e971b63876de52130a458452a4de90 (patch) | |
| tree | 4a773b8a356f44a33ec16515fccd91486da57c83 /sql/updates/auth | |
| parent | 9504640b340e2e64384a7bea1549f1a5c89fd957 (diff) | |
Core/Waypoints: Refactor to split data into path and node related info in db (#29506)
(cherry picked from commit 12186ef8573f60abeff4747da58767ee71092600)
Diffstat (limited to 'sql/updates/auth')
| -rw-r--r-- | sql/updates/auth/wotlk_classic/2024_01_09_02_auth_2024_01_05_00_auth.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/auth/wotlk_classic/2024_01_09_02_auth_2024_01_05_00_auth.sql b/sql/updates/auth/wotlk_classic/2024_01_09_02_auth_2024_01_05_00_auth.sql new file mode 100644 index 00000000000..894218f657c --- /dev/null +++ b/sql/updates/auth/wotlk_classic/2024_01_09_02_auth_2024_01_05_00_auth.sql @@ -0,0 +1 @@ +UPDATE `rbac_permissions` SET `name` = 'Command: reload waypoint_path' WHERE `id` = 707; |
