fix(DB/Gameobjects): Basic Campfire should always give Cozy Fire (#10665)

Fixes #10463
This commit is contained in:
UltraNix 2022-02-17 11:09:52 +01:00 committed by GitHub
parent 81f6de57a3
commit d1358c7edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644769226286430600');
UPDATE `gameobject_template` SET `data6`=-1 WHERE `entry`=31442;