mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/Quest): The Grateful Dead (Draenei) (#13640)
* Revert "fix(CORE/dbupdate)): allow to pass MySQL password via env (#13404)"
This reverts commit c855e8d227.
* Create rev_1667339441492047200.sql
* Revert "Revert "fix(CORE/dbupdate)): allow to pass MySQL password via env (#13404)""
This reverts commit 086cc8602d7f9d7837eb2307819f3ed1fd5dc3bb.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 14169) AND (`id` IN (34484));
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(34484, 14169);
|
||||
|
||||
Reference in New Issue
Block a user