diff options
| author | Blaymoira <none@none> | 2009-01-09 23:56:25 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-09 23:56:25 +0100 |
| commit | cc4428b758a55b43fd4eaf38551925a63997867e (patch) | |
| tree | b3e7693500782ca6a508410c01c53eda106dbf90 /sql | |
| parent | 099aadf3e15c2ed46e95add203cb57bf418f58f1 (diff) | |
*Support for quest 9752
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/822_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/822_world_scripts.sql b/sql/updates/822_world_scripts.sql new file mode 100644 index 00000000000..0102336e31f --- /dev/null +++ b/sql/updates/822_world_scripts.sql @@ -0,0 +1,2 @@ +update creature_template set scriptname='npc_kayra_longmane' where entry=17969; +delete from creature_template_addon where entry=17969;
\ No newline at end of file |
