diff options
| author | maximius <none@none> | 2009-10-18 16:07:41 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-18 16:07:41 -0700 |
| commit | 17ada9e1b291fda3479a1e235eb3f477ec397d59 (patch) | |
| tree | b13591a0220a46ba2c776f2145cce2f1c63dc66f /sql | |
| parent | 3af23bc26c950b3145a3f32200a695ff392d35de (diff) | |
*Ahn'kahet: Jedoga shadowseeker scripted, by WarHead
*Cleanup.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/5997_world_scripts.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/5997_world_scripts.sql b/sql/updates/5997_world_scripts.sql new file mode 100644 index 00000000000..39078a5ba7a --- /dev/null +++ b/sql/updates/5997_world_scripts.sql @@ -0,0 +1,5 @@ + +UPDATE `creature_template` SET `ScriptName`='boss_jedoga_shadowseeker' WHERE `entry`='29310' LIMIT 1; +UPDATE `creature_template` SET `ScriptName`='mob_jedoga_initiand' WHERE `entry`='30114' LIMIT 1; +UPDATE `creature_template` SET `ScriptName`='npc_jedogas_aufseher_trigger' WHERE `entry`='30181' LIMIT 1; + |
