diff options
| author | Kudlaty <none@none> | 2009-08-20 02:27:23 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-08-20 02:27:23 +0200 |
| commit | 6e8c66eeb389dbff9dae71e44964eadda97bad21 (patch) | |
| tree | cccef950b10fa9c1f7b3e63d576fc47ae4c503ae /sql/updates | |
| parent | 33a1d8dc6c83bd6df2a441f700ab945d711a1aed (diff) | |
Merge [SD2]
r1354 Add one lost text from revision 1352.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5217_world_scripts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5217_world_scripts.sql b/sql/updates/5217_world_scripts.sql new file mode 100644 index 00000000000..2cc8543a948 --- /dev/null +++ b/sql/updates/5217_world_scripts.sql @@ -0,0 +1,3 @@ +DELETE FROM script_texts WHERE entry=-1000445; +INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES +(-1000445,'%s wakes up!',0,2,0,0,'kerlonian EMOTE_KER_AWAKEN'); |
