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:
parent
0e495e9698
commit
7bf1167b53
4 changed files with 36 additions and 13 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1547686034421572510');
|
||||
|
||||
UPDATE `gameobject` SET `state` = 1 WHERE `id` = 181228 AND `guid`=150159;
|
||||
Loading…
Add table
Add a link
Reference in a new issue