diff options
| author | MitchesD <majklprofik@seznam.cz> | 2015-03-07 11:38:10 +0100 |
|---|---|---|
| committer | MitchesD <majklprofik@seznam.cz> | 2015-03-07 11:49:03 +0100 |
| commit | 02ccf53ad1c4547e78345161765475825093cd91 (patch) | |
| tree | 8d3921f9084105bd5051a0514c332b57ca4af086 /sql | |
| parent | 1e8b2ae52796b26589909770d2216269bb1bafa9 (diff) | |
Scripts/Nexus: commanders converted from SAI to C++
(cherry picked from commit 5009d67f0c0dd90131ac6f81299e3719e2690ca1)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_03_07_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_07_02_world.sql b/sql/updates/world/2015_03_07_02_world.sql new file mode 100644 index 00000000000..8d8fe3be881 --- /dev/null +++ b/sql/updates/world/2015_03_07_02_world.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `AIName`='', `ScriptName`='boss_nexus_commanders' WHERE `entry` IN(26796,26798); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN(26796,26798) AND `source_type`=0; |
