diff options
| author | gvcoman <none@none> | 2008-11-21 19:16:19 -0500 |
|---|---|---|
| committer | gvcoman <none@none> | 2008-11-21 19:16:19 -0500 |
| commit | 9ceb36a5274611e576aa4c5bd4488b9b9bdf18cc (patch) | |
| tree | ece878258f15fb5af52e5829e640734dee9c1df2 /sql | |
| parent | 1bd37790b564be487ed16ae897484a4d8c80a2de (diff) | |
| parent | b2ba78e57a7c1895d1bacf950a3705eedd01c256 (diff) | |
Merge with 273 (aab191f73e46).
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/273_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/273_world_scripts.sql b/sql/updates/273_world_scripts.sql new file mode 100644 index 00000000000..d3188c1306c --- /dev/null +++ b/sql/updates/273_world_scripts.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`='npc_wounded_blood_elf' WHERE `entry`='16993'; +UPDATE `creature_template` SET `ScriptName` = 'mob_phase_hunter' WHERE `entry` = '18879';
\ No newline at end of file |
