diff options
| author | megamage <none@none> | 2009-03-31 14:17:57 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-03-31 14:17:57 -0600 |
| commit | 4afd030b48c428af9775340cac9574118cee78d2 (patch) | |
| tree | 004dc51c069367f180d478798e265f246be9d106 /sql | |
| parent | b51cea6ce48295c3ebea9b2340d76a4ab147a6e5 (diff) | |
| parent | e097f358a198b086d2960f774ac1da148b8b3c54 (diff) | |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1261_world.sql | 1 | ||||
| -rw-r--r-- | sql/updates/1265_world.sql | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/1261_world.sql b/sql/updates/1261_world.sql new file mode 100644 index 00000000000..3f97153d3dd --- /dev/null +++ b/sql/updates/1261_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `scriptname` = 'go_sacred_fire_of_life' WHERE `entry` = 175944; diff --git a/sql/updates/1265_world.sql b/sql/updates/1265_world.sql new file mode 100644 index 00000000000..5b5b87523cc --- /dev/null +++ b/sql/updates/1265_world.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `scriptname`='go_skull_pile' WHERE `entry`=185913; |
