fix(DB/areatrigger_tavern) Fix neutral rest area in Booty Bay (#13656)

This commit is contained in:
Mickaël Mauger
2022-11-04 23:29:42 +01:00
committed by GitHub
parent 53874ea0ba
commit c3d511e3bf

View File

@@ -0,0 +1,3 @@
--
SET @FACTION_BOTH := 6;
UPDATE `areatrigger_tavern` SET `faction` = @FACTION_BOTH WHERE `id` = 862;