fix(DB/Gameobject): Maraudon portal clickable (#3088)

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
gengarshadowball 2020-07-18 15:42:02 +01:00 committed by GitHub
parent 49e4ae7e9c
commit 8de2b063b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1590769251197902700');
-- Change maraudon portal faction to 0 (usable by both factions)
UPDATE `gameobject_template_addon` SET `faction` = 0 WHERE `entry` = 178404;
DELETE FROM `gameobject` WHERE `guid` = 265127 AND `id` = 178404;