diff options
| author | Blaymoira <none@none> | 2009-02-08 11:43:53 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-02-08 11:43:53 +0100 |
| commit | b37fd436a1e96cc52e07986ff72946b6d6d0fb44 (patch) | |
| tree | f25e89a8fb6015717371dffaf2d02e343d355e51 /sql | |
| parent | 00707886911773bbc79ed605734750a69781439d (diff) | |
*Add script for Black Stalker - by Iskander
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1028_world_scripts.sql | 1 | ||||
| -rw-r--r-- | sql/updates/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/1028_world_scripts.sql b/sql/updates/1028_world_scripts.sql new file mode 100644 index 00000000000..2023243b456 --- /dev/null +++ b/sql/updates/1028_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='boss_the_black_stalker' WHERE `entry`='17882';
\ No newline at end of file diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index b3ccd47eae5..64f51f192f2 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -164,4 +164,5 @@ INSTALL(FILES 973_world_scripts.sql 1018_world.sql 1026_world.sql +1028_world_scripts.sql DESTINATION share/trinity/sql/updates) |
