diff options
| author | megamage <none@none> | 2009-03-24 17:20:45 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-24 17:20:45 -0600 |
| commit | d96b0f5cb6b7ee78a365760e05e7c8ae606415f7 (patch) | |
| tree | dc2284d65cde429256f8a416688ef34b2d4ddf5d /sql | |
| parent | 4cee45c09d84c0ffefd79c2ecdc74f5763f35947 (diff) | |
| parent | 8413356d0ef5231117ff0717d08fed9b1ab90002 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1247_world.sql | 1 | ||||
| -rw-r--r-- | sql/updates/1249_world.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/1247_world.sql b/sql/updates/1247_world.sql new file mode 100644 index 00000000000..2e9a7088beb --- /dev/null +++ b/sql/updates/1247_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_jump_a_tron' WHERE `entry` = 183146; diff --git a/sql/updates/1249_world.sql b/sql/updates/1249_world.sql new file mode 100644 index 00000000000..6ce0e777210 --- /dev/null +++ b/sql/updates/1249_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184421; |
