mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
*Converted texto to database in azshara
--HG-- branch : trunk
This commit is contained in:
5
sql/updates/948_world_scripts.sql
Normal file
5
sql/updates/948_world_scripts.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
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');
|
||||
@@ -148,4 +148,5 @@ INSTALL(FILES
|
||||
940_world_scripts.sql
|
||||
945_world_scripts.sql
|
||||
947_world_scripts.sql
|
||||
948_world_scripts.sql
|
||||
DESTINATION share/trinity/sql/updates)
|
||||
|
||||
Reference in New Issue
Block a user