fix(DB/Creature): prevent scarlet friar floor fall (#7455)

This commit is contained in:
Scott Grimes 2021-08-25 20:15:28 -04:00 committed by GitHub
parent e35e47c2f7
commit 16c5b1bdcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629418018641557053');
# Update Scarlet Friar preventing evade / floor falling
UPDATE `creature` SET `position_z` = 81 WHERE (`id` = 1538) AND (`guid` IN (44770));