diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 2 | ||||
| -rw-r--r-- | sql/updates/5843_world_scripts.sql | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index ce3486335c9..85882324a25 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -257,6 +257,8 @@ UPDATE `creature_template` SET `ScriptName`='mob_parasitic_shadowfiend' WHERE `e /* BLACKFATHOM DEPTHS */ UPDATE `instance_template` SET `script`='instance_blackfathom_deeps' WHERE `map`=48; +UPDATE `gameobject_template` SET `ScriptName`='go_blackfathom_fire' WHERE `entry` IN (21118,21119,21120,21121); + /* BLACKROCK DEPTHS */ UPDATE `instance_template` SET `script`='instance_blackrock_depths' WHERE `map`=230; diff --git a/sql/updates/5843_world_scripts.sql b/sql/updates/5843_world_scripts.sql new file mode 100644 index 00000000000..9b02bb0bc56 --- /dev/null +++ b/sql/updates/5843_world_scripts.sql @@ -0,0 +1,2 @@ + +UPDATE `gameobject_template` SET `ScriptName`='go_blackfathom_fire' WHERE `entry` IN (21118,21119,21120,21121); |
