diff options
| author | megamage <none@none> | 2008-12-14 12:05:06 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2008-12-14 12:05:06 -0600 |
| commit | 7097ffe6dc326362a4d51b4c4453d6ca7ba928c8 (patch) | |
| tree | 45d372fa9096e5d8bee6306369cc935b703d699a /sql/updates | |
| parent | efe09c1d924012000bdf6c399679d54f4d603c99 (diff) | |
| parent | 395116752b79401cf79e988b36567988c60c3ab2 (diff) | |
*Merge with 499.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/285_world.sql | 4 | ||||
| -rw-r--r-- | sql/updates/488_trinity_script_text.sql | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sql/updates/285_world.sql b/sql/updates/285_world.sql index 146947f5973..ec0fcc989bf 100644 --- a/sql/updates/285_world.sql +++ b/sql/updates/285_world.sql @@ -1,4 +1,4 @@ --- general stuff +-- general stuff REPLACE INTO gameobject_template VALUES (178364,1,5773,"Horde Banner","",84,0,1,0,1479,196608,180101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,""); REPLACE INTO gameobject_template VALUES (178365,1,5771,"Alliance Banner","",83,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,""); @@ -18,7 +18,7 @@ REPLACE INTO gameobject_template VALUES (180423,6,266,"Neutral Banner Aura, Larg REPLACE INTO gameobject_template VALUES (180424,0,3751,"Alterac Valley Gate","",100,0,3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,""); -- following is the player loot.. it takes the id 1 - be sure that i don't delete anything -REPLACE INTO `world`.`creature_loot_template` (`entry` ,`item` ,`ChanceOrQuestChance` ,`groupid` ,`mincountOrRef` ,`maxcount` ,`lootcondition` ,`condition_value1` ,`condition_value2`) +REPLACE INTO `creature_loot_template` (`entry` ,`item` ,`ChanceOrQuestChance` ,`groupid` ,`mincountOrRef` ,`maxcount` ,`lootcondition` ,`condition_value1` ,`condition_value2`) VALUES ('1', '17306', '33', '0', '5', '15', '6', '67', '0'), ('1', '17422', '100', '0', '20', '40', '0', '0', '0'), ('1', '17423', '33', '0', '5', '15', '6', '469', '0'), diff --git a/sql/updates/488_trinity_script_text.sql b/sql/updates/488_trinity_script_text.sql index a9d1aed26f0..d1358266782 100644 --- a/sql/updates/488_trinity_script_text.sql +++ b/sql/updates/488_trinity_script_text.sql @@ -363,7 +363,7 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1509014,'Warriors! Captains! Continue the fight!',8613,1,0,'rajaxx SAY_UNK4'), (-1509015,'You are not worth my time $N!',8614,1,0,'rajaxx SAY_DEAGGRO'), (-1509016,'Breath your last!',8604,1,0,'rajaxx SAY_KILLS_ANDOROV'), -(-1509017,'Soon you will know the price of your meddling, mortals... The master is nearly whole... And when he rises, your world will be cease!',0,1,0,'rajaxx SAY_COMPLETE_QUEST'); +(-1509017,'Soon you will know the price of your meddling, mortals... The master is nearly whole... And when he rises, your world will be cease!',0,1,0,'rajaxx SAY_COMPLETE_QUEST'), (-1509018,'I am rejuvinated!',8593,1,0,'ossirian SAY_SURPREME1'), (-1509019,'My powers are renewed!',8595,1,0,'ossirian SAY_SURPREME2'), (-1509020,'My powers return!',8596,1,0,'ossirian SAY_SURPREME3'), |
