diff options
| author | Trazom62 <none@none> | 2010-03-22 14:07:08 +0100 |
|---|---|---|
| committer | Trazom62 <none@none> | 2010-03-22 14:07:08 +0100 |
| commit | 248286c08d5dc82675271f715bff4643aee4a880 (patch) | |
| tree | 6480d8fcda4693ca6cc90633a19cb2dee6c87786 /sql/updates | |
| parent | daf5ce32aaf106e0114cddbc76ee83424dd7c14c (diff) | |
Fix Crash in XT-002 (Gravity Bomb proc). Fixes issue #734.
Fix compilation warning.
Fix typo in Freya soundid.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7666_world_script_texts.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/7666_world_script_texts.sql b/sql/updates/7666_world_script_texts.sql new file mode 100644 index 00000000000..ec6a760adea --- /dev/null +++ b/sql/updates/7666_world_script_texts.sql @@ -0,0 +1,3 @@ +DELETE FROM `script_texts` WHERE `entry`=-1603187; +INSERT INTO `script_texts` (`npc_entry`,`entry`,`content_default`,`content_loc1`,`content_loc2`,`content_loc3`,`content_loc4`,`content_loc5`,`content_loc6`,`content_loc7`,`content_loc8`,`sound`,`type`,`language`,`emote`,`comment`) VALUES +(32906,-1603187,'Children, assist me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,15533,1,0,0,'Freya SAY_SUMMON_TRIO'); |
