diff options
author | Blaymoira <none@none> | 2009-01-10 19:50:39 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-10 19:50:39 +0100 |
commit | 7a4833bee78ec8f13c5d94b538abaa35d7d930d9 (patch) | |
tree | 8fe04739f4333d705476c08eb7544b231cbe85ad /sql | |
parent | 3858dab58baebfdf7148eb6b56bea359bcf72526 (diff) |
*Support for quest 10231
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/833_world_scripts.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/833_world_scripts.sql b/sql/updates/833_world_scripts.sql new file mode 100644 index 00000000000..ad68e7a1da0 --- /dev/null +++ b/sql/updates/833_world_scripts.sql @@ -0,0 +1,2 @@ +update creature_template set scriptname='npc_dirty_larry', unit_flags=0, flags_extra=0 where entry=19720; +update creature_template set unit_flags=0, flags_extra=0 where entry in (19726, 19725);
\ No newline at end of file |