diff options
| author | John Holiver <none@none> | 2010-07-28 16:21:45 -0300 |
|---|---|---|
| committer | John Holiver <none@none> | 2010-07-28 16:21:45 -0300 |
| commit | 783fe4574eb92e2864fed831a612080716ed6ea0 (patch) | |
| tree | 464d0116791e1591bd935709c1cdb1b286d54c54 /sql | |
| parent | 140bc313d2663fb0e05ad4a81c22b0b13e0bb971 (diff) | |
Implements Roxi Ramrocket, finally Engineers will be able to buy Choppers materials. Credits to BroodWyrm. Fixes #2979.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/9070_world_scriptname.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
