mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
fix(Scripts/SSC): some Vashj fixes (#18276)
* initial * script tainted elemental * sql * codestyle
This commit is contained in:
4
data/sql/updates/pending_db_world/tainted_ele.sql
Normal file
4
data/sql/updates/pending_db_world/tainted_ele.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_tainted_elemental' WHERE `entry` = 22009;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 22009 AND `source_type` = 0;
|
||||
Reference in New Issue
Block a user