diff options
| author | Brian <runningnak3d@gmail.com> | 2010-01-13 00:39:05 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-01-13 00:39:05 -0700 |
| commit | 93e6fcfc1be367206c4a85c4c233d763481eacd3 (patch) | |
| tree | 53b72d76ab54453addf4a719a32c99622059d08d /sql/updates | |
| parent | 6aea9f7a0a2dba13dac30ae2f13c18d52b98cc79 (diff) | |
* Added GO script for Inconspicuous Landmark (142189) needed for quest 2882
* Thanks manuel for the help!
* Needs additional DB data for quest to work.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6988_world_scriptname.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/6988_world_scriptname.sql b/sql/updates/6988_world_scriptname.sql new file mode 100644 index 00000000000..c7b221e853a --- /dev/null +++ b/sql/updates/6988_world_scriptname.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject_template` SET `scriptname` = 'go_inconspicuous_landmark' WHERE `entry`=142189; + |
