fix(DB/Gameobject): Maraudon portal clickable (#3088)
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
parent
49e4ae7e9c
commit
8de2b063b2
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue