diff options
| author | click <none@none> | 2010-05-04 08:09:55 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-05-04 08:09:55 +0200 |
| commit | 5b88cd584aaaa7d7c71c2776652f02e55d449d0b (patch) | |
| tree | f0e042500d0b8f9d0acf29f953b137bb2e69d8e6 /sql | |
| parent | 44edbe1f53fb31ea71429e4d0711ab0f876e8a1f (diff) | |
Add support for quest 1126 (Hive in the Tower) - patch by supabad
Closes issue #68
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/8088_world_gameobject_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/8088_world_gameobject_template.sql b/sql/updates/8088_world_gameobject_template.sql new file mode 100644 index 00000000000..f82b18f3871 --- /dev/null +++ b/sql/updates/8088_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_hive_pod' WHERE `gameobject_template`.`entry` =178553; |
