fix(DB/creature): Beaten Corpse faction and flags (#6319)

Beaten Corpse (guid: 19221) was assigned the wrong faction and flags
which made its nameplate appear grey instead of green for Horde players

- Closes #6318
- Closes https://github.com/chromiecraft/chromiecraft/issues/841
This commit is contained in:
anguaive
2021-06-19 14:04:50 +02:00
committed by GitHub
parent 17838998c4
commit c425266ac7

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623425075618562613');
UPDATE `creature_template` SET `dynamicflags` = 0 WHERE `entry` = 10668;