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:
parent
8f19bcddf4
commit
346061edd8
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 14169) AND (`id` IN (34484));
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(34484, 14169);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue