fix(DB/Creature): Greatmother Hawkwind faction (#9580)
* hawkwind * linebreak Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
This commit is contained in:
parent
8371e85248
commit
0150fbc179
1 changed files with 6 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638924855980524100');
|
||||
|
||||
/* Update Greatmother Hawkwind Faction
|
||||
*/
|
||||
|
||||
UPDATE `creature_template` SET `faction` = 104 WHERE (`entry` = 2991);
|
||||
Loading…
Add table
Add a link
Reference in a new issue