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:
parent
17838998c4
commit
c425266ac7
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1623425075618562613');
|
||||
|
||||
UPDATE `creature_template` SET `dynamicflags` = 0 WHERE `entry` = 10668;
|
||||
Loading…
Add table
Add a link
Reference in a new issue