fix(DB/Creature): Greatmother Hawkwind faction (#9580)

* hawkwind

* linebreak

Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
This commit is contained in:
Vox 2021-12-08 07:20:54 -07:00 committed by GitHub
parent 8371e85248
commit 0150fbc179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);