diff options
author | Rat <none@none> | 2010-03-18 22:34:14 +0100 |
---|---|---|
committer | Rat <none@none> | 2010-03-18 22:34:14 +0100 |
commit | ef57a96ccec821ca63cdf0a6b9f73f6df174fc7f (patch) | |
tree | 19e53dca2b7d5ae665e7ffb805ba00adcc43d290 /sql | |
parent | d08567965ad5d1d75822a27e22b31bfc4993165c (diff) |
*fix quest Bury Those Cockroaches!(11608)
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/7610_world_scriptname.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/7610_world_scriptname.sql b/sql/updates/7610_world_scriptname.sql new file mode 100644 index 00000000000..f201d2d9283 --- /dev/null +++ b/sql/updates/7610_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `creature_template` SET `ScriptName`= 'npc_seaforium_depth_charge' WHERE `entry`=25401; + |