Skip to content

Commit

Permalink
DB/Script_texts: Someone accidentally the whole table.
Browse files Browse the repository at this point in the history
Thanks Amit for finding the (silly) typo.
*sighs*
  • Loading branch information
DDuarte committed Jan 8, 2012
1 parent 0b5e071 commit 13d3a67
Show file tree
Hide file tree
Showing 2 changed files with 3,002 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/world/2012_01_08_09_world_creature_text.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Remove old script text for boss_vanndar.cpp "Not sure if the text actually exist"
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1810018 AND -181008;
DELETE FROM `script_texts` WHERE `entry` BETWEEN -1810018 AND -1810008;
-- Add new creature_text for Vanndar Stormpike
DELETE FROM `creature_text` WHERE `entry`=11948;
INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`) VALUES
Expand Down

11 comments on commit 13d3a67

@Amit86
Copy link
Contributor

@Amit86 Amit86 commented on 13d3a67 Jan 8, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3>

@Bizzy
Copy link
Contributor

@Bizzy Bizzy commented on 13d3a67 Jan 8, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

xD

@Warpten
Copy link
Member

@Warpten Warpten commented on 13d3a67 Jan 8, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in the commit msg :p

@DDuarte
Copy link
Contributor Author

@DDuarte DDuarte commented on 13d3a67 Jan 8, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where's your "Internet Culture", Warpten?

@Warpten
Copy link
Member

@Warpten Warpten commented on 13d3a67 Jan 8, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gone in the wilderness of my loneliness.

O wait. I had one ?

@lynxzor
Copy link

@lynxzor lynxzor commented on 13d3a67 Jan 9, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh Nay made a funny

@Myrinia
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi guys.

I have patched that sql.

Did I delete all the script text between -1810018 AND -181008.
This would be very bad at all. So I'd have to re add the whole World database, or is there a possibility to just re add that sql files to the Database.
May someone be so kind and upload a sql file, which contains all that entrys between these two values !?

Thanks

@malcrom
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was my fault writing sql code in my spare time working on a Saturday. Just re install the world db

@Aokromes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Myrinia
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@malcrom : No Problem: It just shows how sensitive it's to develop any Scripts. U Just forgot a simple 0. So don't worry about this, just continue coding :) Your Other SQL'S are fine.

@Aokromes:
After batching that file, i have to re add every single world_script_texts. sql, in updates folder right ?

Thanks for your fast response.

@Aokromes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That file restores deleted texts. you don't need to add nothing else before that.

Please sign in to comment.