fix(Scripts/Midsummer): Stop Bonfires from spawning more gameobjects (#16618)

* Update midsummer.cpp

* .
This commit is contained in:
Gultask 2023-06-24 20:29:05 -03:00 committed by GitHub
parent 607aea43c2
commit c0bbb52483
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 38 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `ScriptName` = '' WHERE (`entry` = 16592);