mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
Core/Instance: Naxxramas conversation fix (#1304)
* Resolve Issue 1138 * Move sql update to a single line Co-Authored-By: ColdIronWow <46758545+ColdIronWow@users.noreply.github.com>
This commit is contained in:
committed by
Viste(Кирилл)
parent
0e495e9698
commit
7bf1167b53
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1547686034421572510');
|
||||
|
||||
UPDATE `gameobject` SET `state` = 1 WHERE `id` = 181228 AND `guid`=150159;
|
||||
Reference in New Issue
Block a user