Files
TrinityCore/sql/updates/948_world_scripts.sql
Blaymoira 405b07855c *Converted texto to database in azshara
--HG--
branch : trunk
2009-01-22 20:24:32 +01:00

5 lines
380 B
SQL

DELETE FROM script_texts WHERE entry BETWEEN -1000247 and -1000245;
INSERT INTO script_texts (entry, content_default, type, comment) VALUES
(-1000245, 'You, there! Hand over that moonstone and nobody gets hurt!', 1, 'SAY_RIZZLE_START'),
(-1000246, 'Just chill!', 4, 'SAY_RIZZLE_GRENADE'),
(-1000247, 'All right, you win! I surrender! Just don\'t hurt me!', 1, 'SAY_RIZZLE_FINAL');