From 783fe4574eb92e2864fed831a612080716ed6ea0 Mon Sep 17 00:00:00 2001 From: John Holiver Date: Wed, 28 Jul 2010 16:21:45 -0300 Subject: Implements Roxi Ramrocket, finally Engineers will be able to buy Choppers materials. Credits to BroodWyrm. Fixes #2979. --HG-- branch : trunk --- sql/updates/9070_world_scriptname.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/9070_world_scriptname.sql (limited to 'sql') diff --git a/sql/updates/9070_world_scriptname.sql b/sql/updates/9070_world_scriptname.sql new file mode 100644 index 00000000000..f89d5c094a2 --- /dev/null +++ b/sql/updates/9070_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE creature_template SET scriptname = 'npc_roxi_ramrocket' WHERE entry = 31247; -- cgit v1.2.3