diff options
| author | Shauren <none@none> | 2010-12-26 17:00:31 +0100 |
|---|---|---|
| committer | Shauren <none@none> | 2010-12-26 17:00:31 +0100 |
| commit | 9de8466d84ce63e930657ef5e07bac8502ff8fd8 (patch) | |
| tree | 794f42d3fe21e88d60e998b262f8cfcd8d6b4f0b /sql/updates | |
| parent | 79070ca820e1bd0cf311a9c1a10b145740eb9fd8 (diff) | |
SQL: Added missing update for previous revision
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/10831_world_scriptname.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/10831_world_scriptname.sql b/sql/updates/10831_world_scriptname.sql new file mode 100644 index 00000000000..7b410391171 --- /dev/null +++ b/sql/updates/10831_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName`='go_strange_pool' WHERE `entry`=184956; |
