From ef57a96ccec821ca63cdf0a6b9f73f6df174fc7f Mon Sep 17 00:00:00 2001 From: Rat Date: Thu, 18 Mar 2010 22:34:14 +0100 Subject: *fix quest Bury Those Cockroaches!(11608) --HG-- branch : trunk --- sql/updates/7610_world_scriptname.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/7610_world_scriptname.sql (limited to 'sql') 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; + -- cgit v1.2.3