diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-30 20:47:33 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-30 20:47:33 +0700 |
| commit | fd08b0060c1ef954f1fa4437b48e628e96c7626e (patch) | |
| tree | eac115762a3a17a4ba4511e06f884f898982dcf2 /sql | |
| parent | ee794c5b1c042182c0647811a60a9cfac3a29662 (diff) | |
Core/Commands: Localized npc name for commands .npc say, .npc yell, .npc whisper
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_05_30_01_world_creature.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_05_30_01_world_creature.sql b/sql/updates/world/2011_05_30_01_world_creature.sql index b3a485d188e..898c7609909 100644 --- a/sql/updates/world/2011_05_30_01_world_creature.sql +++ b/sql/updates/world/2011_05_30_01_world_creature.sql @@ -10,4 +10,4 @@ INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`pr -- Baltharus the Warborn Clone UPDATE `creature_template` SET `AIName`= '',`ScriptName`= 'npc_baltarhus_the_warborn_clone' WHERE `entry`=39899; -DELETE FROM `smart_scripts` WHERE `entryorguid`=39899;
\ No newline at end of file +DELETE FROM `smart_scripts` WHERE `entryorguid`=39899; |
