fix(Scripts/Spells): Prevent from stacking basic campfires on each ot… (#13037)

fix(Scripts/Spells): Prevent from stacking basic campfires on each other.

Fixes #9369
This commit is contained in:
UltraNix
2022-09-25 15:44:33 +02:00
committed by GitHub
parent 63acc11234
commit 91daa6cb78
2 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id`=818;
INSERT INTO `spell_script_names` VALUES
(818,'spell_gen_basic_campfire');