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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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