diff options
| author | megamage <none@none> | 2009-01-06 12:15:18 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-06 12:15:18 -0600 |
| commit | 2b21f0e7302cfdb0fc79e3255f80dc33b939c974 (patch) | |
| tree | c1fb071d3c86ead192f9cbf7acffa06c050cd4d5 /sql/updates | |
| parent | 215039055bf5f017870d583c60c01c303d1a2d33 (diff) | |
| parent | 290a187592d28cbfd9639ded43663077711f3379 (diff) | |
*Merge with Trinity 793.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/783_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/785_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/789_world.sql | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/783_world.sql b/sql/updates/783_world.sql new file mode 100644 index 00000000000..24a8481e24e --- /dev/null +++ b/sql/updates/783_world.sql @@ -0,0 +1,4 @@ +DELETE FROM trinity_string where entry IN (10056, 10057); +INSERT INTO trinity_string (entry, content_default) VALUES +(10056, 'You must be a member of the Horde to enter the Hall of Legends.'), +(10057, 'You must be a member of the Alliance to enter the Champion\'s Hall.');
\ No newline at end of file diff --git a/sql/updates/785_world.sql b/sql/updates/785_world.sql new file mode 100644 index 00000000000..39b85c3871a --- /dev/null +++ b/sql/updates/785_world.sql @@ -0,0 +1,4 @@ +delete from command where name in ('gobject tempadd', 'npc tempadd'); +insert into command (name, security, help) values +('gobject tempadd','2','Adds a temporary gameobject that is not saved to DB.'), +('npc tempadd','2','Adds temporary NPC, not saved to database.');
\ No newline at end of file diff --git a/sql/updates/789_world.sql b/sql/updates/789_world.sql new file mode 100644 index 00000000000..0c51d1b3fac --- /dev/null +++ b/sql/updates/789_world.sql @@ -0,0 +1 @@ +ALTER TABLE eventai_texts DROP COLUMN emote;
\ No newline at end of file |
